Color names in this palette
CSS code for this palette
/* CSS */
.petals-unfolding {
color: #f4b8c3;
}
.siesta-sands {
color: #f1e6df;
}
.snowdrift-glow {
color: #d6e4f0;
}
.cruise {
color: #b4e4d4;
}
.manila-tint {
color: #ffe1a8;
}
/* CSS Variables */
:root {
--petals-unfolding:#f4b8c3;
--siesta-sands:#f1e6df;
--snowdrift-glow:#d6e4f0;
--cruise:#b4e4d4;
--manila-tint:#ffe1a8;
}