Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f3a7a0;
}
.citrus-sachet {
color: #f3c6aa;
}
.glad-yellow {
color: #f3e2aa;
}
.alphabet-blue {
color: #aad3f3;
}
.mintie {
color: #aaf3d3;
}
/* CSS Variables */
:root {
--roseberry:#f3a7a0;
--citrus-sachet:#f3c6aa;
--glad-yellow:#f3e2aa;
--alphabet-blue:#aad3f3;
--mintie:#aaf3d3;
}