Color names in this palette
CSS code for this palette
/* CSS */
.hibiscus-petal {
color: #f1a7ae;
}
.citra {
color: #f5b60a;
}
.sea-life {
color: #62c0bf;
}
.ice-crystal-blue {
color: #a7e2e1;
}
.light-orchid {
color: #e6a2d9;
}
/* CSS Variables */
:root {
--hibiscus-petal:#f1a7ae;
--citra:#f5b60a;
--sea-life:#62c0bf;
--ice-crystal-blue:#a7e2e1;
--light-orchid:#e6a2d9;
}