Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f7a7a1;
}
.indian-clay {
color: #f3d0bf;
}
.spring-lily {
color: #fef4c8;
}
.melting-point {
color: #c9e1e4;
}
.minified-blue {
color: #b4dae9;
}
/* CSS Variables */
:root {
--roseberry:#f7a7a1;
--indian-clay:#f3d0bf;
--spring-lily:#fef4c8;
--melting-point:#c9e1e4;
--minified-blue:#b4dae9;
}