Color names in this palette
CSS code for this palette
/* CSS */
.hippie-blue {
color: #4b8a9b;
}
.celestine {
color: #80c3c6;
}
.geyser-pool {
color: #a6dfe2;
}
.australian-apricot {
color: #f4c4a4;
}
.debutante {
color: #f1736a;
}
/* CSS Variables */
:root {
--hippie-blue:#4b8a9b;
--celestine:#80c3c6;
--geyser-pool:#a6dfe2;
--australian-apricot:#f4c4a4;
--debutante:#f1736a;
}