Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3e4;
}
.blush-hour {
color: #ff7092;
}
.coquelicot {
color: #ff3c00;
}
.cyber-yellow {
color: #ffd500;
}
.raftsman {
color: #3d5c99;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3e4;
--blush-hour:#ff7092;
--coquelicot:#ff3c00;
--cyber-yellow:#ffd500;
--raftsman:#3d5c99;
}