Color names in this palette
CSS code for this palette
/* CSS */
.hidden-sea-glass {
color: #6bd1c5;
}
.sugar-cookie {
color: #f2e2a6;
}
.ballet-slippers {
color: #f9a4b1;
}
.sun-orange {
color: #f47b1f;
}
.dazzling-blue {
color: #3b4b9b;
}
/* CSS Variables */
:root {
--hidden-sea-glass:#6bd1c5;
--sugar-cookie:#f2e2a6;
--ballet-slippers:#f9a4b1;
--sun-orange:#f47b1f;
--dazzling-blue:#3b4b9b;
}