Color names in this palette
CSS code for this palette
/* CSS */
.soft-cashmere {
color: #f2b1d8;
}
.hanami-pink {
color: #f0a8e2;
}
.hermosa-pink {
color: #ffb3f0;
}
.ice-cold-stare {
color: #b4c7f9;
}
.atlantic-ocean {
color: #a9dae5;
}
/* CSS Variables */
:root {
--soft-cashmere:#f2b1d8;
--hanami-pink:#f0a8e2;
--hermosa-pink:#ffb3f0;
--ice-cold-stare:#b4c7f9;
--atlantic-ocean:#a9dae5;
}