Color names in this palette
CSS code for this palette
/* CSS */
.just-a-tease {
color: #f9d6d2;
}
.sango-pink {
color: #f4b4ae;
}
.blush {
color: #f1a08e;
}
.thundelarra {
color: #e68a79;
}
.candy-drop {
color: #c26169;
}
/* CSS Variables */
:root {
--just-a-tease:#f9d6d2;
--sango-pink:#f4b4ae;
--blush:#f1a08e;
--thundelarra:#e68a79;
--candy-drop:#c26169;
}