Color names in this palette
CSS code for this palette
/* CSS */
.bondi {
color: #1a6a89;
}
.fairy-tale-blue {
color: #3b9cba;
}
.sea-capture {
color: #5ec3d9;
}
.everest {
color: #9fe1e5;
}
.petals-unfolding {
color: #f4b8c4;
}
/* CSS Variables */
:root {
--bondi:#1a6a89;
--fairy-tale-blue:#3b9cba;
--sea-capture:#5ec3d9;
--everest:#9fe1e5;
--petals-unfolding:#f4b8c4;
}