Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a4c8df;
}
.drenched-rain {
color: #c1d3e2;
}
.diamond-white {
color: #e1f2f4;
}
.poetic-princess {
color: #f9e1e5;
}
.petals-unfolding {
color: #f4b8c4;
}
/* CSS Variables */
:root {
--sea-cliff:#a4c8df;
--drenched-rain:#c1d3e2;
--diamond-white:#e1f2f4;
--poetic-princess:#f9e1e5;
--petals-unfolding:#f4b8c4;
}