Color names in this palette
CSS code for this palette
/* CSS */
.salmon-orange {
color: #ff8b6b;
}
.cantaloupe-slice {
color: #ffaf7a;
}
.sun-drenched {
color: #ffe5a3;
}
.celadon {
color: #a8e1ae;
}
.broom-butterfly-blue {
color: #6eb7d8;
}
/* CSS Variables */
:root {
--salmon-orange:#ff8b6b;
--cantaloupe-slice:#ffaf7a;
--sun-drenched:#ffe5a3;
--celadon:#a8e1ae;
--broom-butterfly-blue:#6eb7d8;
}