Color names in this palette
CSS code for this palette
/* CSS */
.deco-pink {
color: #f7c5c8;
}
.haystack {
color: #f1e3c6;
}
.beach-towel {
color: #fbe2b1;
}
.september-sun {
color: #fbd6a2;
}
.blue-angels-yellow {
color: #fab700;
}
/* CSS Variables */
:root {
--deco-pink:#f7c5c8;
--haystack:#f1e3c6;
--beach-towel:#fbe2b1;
--september-sun:#fbd6a2;
--blue-angels-yellow:#fab700;
}