Color names in this palette
CSS code for this palette
/* CSS */
.star-map {
color: #d8e2e9;
}
.sea-cliff {
color: #a3c7e0;
}
.broom-butterfly-blue {
color: #6fb6d8;
}
.australian-apricot {
color: #f4c4a4;
}
.glowing-brake-disc {
color: #f14741;
}
/* CSS Variables */
:root {
--star-map:#d8e2e9;
--sea-cliff:#a3c7e0;
--broom-butterfly-blue:#6fb6d8;
--australian-apricot:#f4c4a4;
--glowing-brake-disc:#f14741;
}