Color names in this palette
CSS code for this palette
/* CSS */
.hibiscus-petal {
color: #f1a7ae;
}
.sweetheart {
color: #f1c1d6;
}
.minute-mauve {
color: #f3e2f3;
}
.terrace-pool {
color: #a3d6e0;
}
.lake-thun {
color: #4cb7e1;
}
/* CSS Variables */
:root {
--hibiscus-petal:#f1a7ae;
--sweetheart:#f1c1d6;
--minute-mauve:#f3e2f3;
--terrace-pool:#a3d6e0;
--lake-thun:#4cb7e1;
}