Color names in this palette
CSS code for this palette
/* CSS */
.soft-cashmere {
color: #f0b2d5;
}
.serene-pink {
color: #f7c7b6;
}
.storm-lightning {
color: #f9e89f;
}
.grape-green {
color: #a8e0a3;
}
.baharroth-blue {
color: #5bc5c8;
}
/* CSS Variables */
:root {
--soft-cashmere:#f0b2d5;
--serene-pink:#f7c7b6;
--storm-lightning:#f9e89f;
--grape-green:#a8e0a3;
--baharroth-blue:#5bc5c8;
}