Color names in this palette
CSS code for this palette
/* CSS */
.smooch-rouge {
color: #d73c4e;
}
.certain-peach {
color: #f5b9a3;
}
.oriole-yellow {
color: #f6d579;
}
.sweet-aqua {
color: #a6e8d0;
}
.sotek-green {
color: #4a7c8c;
}
/* CSS Variables */
:root {
--smooch-rouge:#d73c4e;
--certain-peach:#f5b9a3;
--oriole-yellow:#f6d579;
--sweet-aqua:#a6e8d0;
--sotek-green:#4a7c8c;
}