Color names in this palette
CSS code for this palette
/* CSS */
.artesian-pool {
color: #a3c2e0;
}
.bells-and-whistles-gold {
color: #f0e19e;
}
.biscuit-cream {
color: #f9ccb9;
}
.siesta-rose {
color: #ef7b7b;
}
.oleander-pink {
color: #f25a9c;
}
/* CSS Variables */
:root {
--artesian-pool:#a3c2e0;
--bells-and-whistles-gold:#f0e19e;
--biscuit-cream:#f9ccb9;
--siesta-rose:#ef7b7b;
--oleander-pink:#f25a9c;
}