Color names in this palette
CSS code for this palette
/* CSS */
.sky-high {
color: #a6c1e8;
}
.hibiscus-petal {
color: #f1a7ae;
}
.midday-sun {
color: #ffe2a3;
}
.inner-sanctum {
color: #7ca8b6;
}
.berry-popsicle {
color: #d8a6c8;
}
/* CSS Variables */
:root {
--sky-high:#a6c1e8;
--hibiscus-petal:#f1a7ae;
--midday-sun:#ffe2a3;
--inner-sanctum:#7ca8b6;
--berry-popsicle:#d8a6c8;
}