added main script and pastel magenta

This commit is contained in:
chris 2025-07-17 10:38:00 -04:00
parent eaf3bd55f0
commit 8253b53b6f
2 changed files with 3 additions and 10 deletions

View File

@ -21,6 +21,7 @@
{ "name": "Melon", "hex": "#fac4bc"},
{ "name": "Rose Pink", "hex": "#d984a3" },
{ "name": "Fuchsia", "hex": "#eb4799" },
{"name": "Pastel Magenta", "hex": "#B72E6C"},
{ "name": "Coral", "hex": "#bd4b3b" },
{ "name": "Aloha", "hex": "#e45c56" },
{ "name": "Red", "hex": "#ef2a2f" },

View File

@ -1,12 +1,3 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Beach Party Balloons Color Palette Picker</title>
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Autour+One&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@1.0.2/css/bulma.min.css">
<!DOCTYPE html>
<html lang="en">
@ -108,6 +99,7 @@
</footer>
<script src="script.js"></script>
<script src="../script.js"></script>
</body>
</html>