Color names in this palette
CSS code for this palette
/* CSS */
.salmon {
color: #ff7570;
}
.hibiscus-delight {
color: #ff9970;
}
.cinnamon-buff {
color: #ffc170;
}
.sun-shower {
color: #ffe070;
}
.sand-yellow {
color: #ffee70;
}
/* CSS Variables */
:root {
--salmon:#ff7570;
--hibiscus-delight:#ff9970;
--cinnamon-buff:#ffc170;
--sun-shower:#ffe070;
--sand-yellow:#ffee70;
}