Color names in this palette
CSS code for this palette
/* CSS */
.cherished-one {
color: #ff8f8f;
}
.wildflower-bouquet {
color: #ffb3b3;
}
.affinity {
color: #ffd3a3;
}
.mouse-nose {
color: #ffe4b3;
}
.creamy-sunshine-pastel {
color: #fff7b3;
}
/* CSS Variables */
:root {
--cherished-one:#ff8f8f;
--wildflower-bouquet:#ffb3b3;
--affinity:#ffd3a3;
--mouse-nose:#ffe4b3;
--creamy-sunshine-pastel:#fff7b3;
}