Color names in this palette
CSS code for this palette
/* CSS */
.jaguar-rose {
color: #f1b1b7;
}
.demure-pink {
color: #f8d2c4;
}
.hawaiian-cream {
color: #f9e6b9;
}
.spring-kiss {
color: #e3f2b5;
}
.botanical-tint {
color: #a6e7d4;
}
/* CSS Variables */
:root {
--jaguar-rose:#f1b1b7;
--demure-pink:#f8d2c4;
--hawaiian-cream:#f9e6b9;
--spring-kiss:#e3f2b5;
--botanical-tint:#a6e7d4;
}