Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.matt-pink {
color: #ffb3c1;
}
.shampoo {
color: #ffccf2;
}
.liveliness {
color: #ffdeb8;
}
.agrellan-badland {
color: #ffb347;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--matt-pink:#ffb3c1;
--shampoo:#ffccf2;
--liveliness:#ffdeb8;
--agrellan-badland:#ffb347;
}