Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.hibiscus-petal {
color: #f1a7ae;
}
.lemon-ice-yellow {
color: #f7e2a6;
}
.hearth {
color: #e2caa6;
}
.patina-green {
color: #b8e6b3;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--hibiscus-petal:#f1a7ae;
--lemon-ice-yellow:#f7e2a6;
--hearth:#e2caa6;
--patina-green:#b8e6b3;
}