Color names in this palette
CSS code for this palette
/* CSS */
.wild-watermelon {
color: #ff6b81;
}
.exotic-blossom {
color: #ff9e42;
}
.egg-yolk-sunrise {
color: #ffd60a;
}
.sour-candy {
color: #69af4b;
}
.north-star-blue {
color: #1e3799;
}
/* CSS Variables */
:root {
--wild-watermelon:#ff6b81;
--exotic-blossom:#ff9e42;
--egg-yolk-sunrise:#ffd60a;
--sour-candy:#69af4b;
--north-star-blue:#1e3799;
}