Color names in this palette
CSS code for this palette
/* CSS */
.soft-cashmere {
color: #f1b1d6;
}
.hinoki {
color: #f9deb4;
}
.terrace-pool {
color: #a3d6e0;
}
.rose-reminder {
color: #f5c2c8;
}
.sail-to-the-sea {
color: #9fc2f4;
}
/* CSS Variables */
:root {
--soft-cashmere:#f1b1d6;
--hinoki:#f9deb4;
--terrace-pool:#a3d6e0;
--rose-reminder:#f5c2c8;
--sail-to-the-sea:#9fc2f4;
}