Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f3a5a0;
}
.peach-temptation {
color: #f1c6b1;
}
.smooth-as-corn-silk {
color: #f4e2b3;
}
.spring-kiss {
color: #e3f0b2;
}
.azure-sky {
color: #b3e6f4;
}
/* CSS Variables */
:root {
--roseberry:#f3a5a0;
--peach-temptation:#f1c6b1;
--smooth-as-corn-silk:#f4e2b3;
--spring-kiss:#e3f0b2;
--azure-sky:#b3e6f4;
}