Color names in this palette
CSS code for this palette
/* CSS */
.akuma {
color: #d22d3a;
}
.camellia-rose {
color: #e64c70;
}
.simple-pink {
color: #f8a5a8;
}
.puff-pastry-yellow {
color: #fbcc8e;
}
.forsythia-blossom {
color: #f5d870;
}
/* CSS Variables */
:root {
--akuma:#d22d3a;
--camellia-rose:#e64c70;
--simple-pink:#f8a5a8;
--puff-pastry-yellow:#fbcc8e;
--forsythia-blossom:#f5d870;
}