Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f7a7a1;
}
.citrus-sachet {
color: #f1c6a7;
}
.pearl-yellow {
color: #f2e5ba;
}
.glacier-point {
color: #b3d6e5;
}
.template {
color: #a6c8e2;
}
/* CSS Variables */
:root {
--roseberry:#f7a7a1;
--citrus-sachet:#f1c6a7;
--pearl-yellow:#f2e5ba;
--glacier-point:#b3d6e5;
--template:#a6c8e2;
}