Color names in this palette
CSS code for this palette
/* CSS */
.atoll-sand {
color: #ffd09e;
}
.matt-pink {
color: #ffb3c1;
}
.sweet-romance {
color: #ffc2df;
}
.sora-blue {
color: #9ed6f0;
}
.cornflower-lilac {
color: #ffadad;
}
/* CSS Variables */
:root {
--atoll-sand:#ffd09e;
--matt-pink:#ffb3c1;
--sweet-romance:#ffc2df;
--sora-blue:#9ed6f0;
--cornflower-lilac:#ffadad;
}