Color names in this palette
CSS code for this palette
/* CSS */
.crystalsong-blue {
color: #4eb7b3;
}
.downy {
color: #71d6c1;
}
.neverland {
color: #98e6d1;
}
.apricot-obsession {
color: #f9c0b4;
}
.white-strawberry {
color: #fce3b6;
}
/* CSS Variables */
:root {
--crystalsong-blue:#4eb7b3;
--downy:#71d6c1;
--neverland:#98e6d1;
--apricot-obsession:#f9c0b4;
--white-strawberry:#fce3b6;
}