Color names in this palette
CSS code for this palette
/* CSS */
.simple-pink {
color: #f5a3a7;
}
.coral-dusk {
color: #ffb58a;
}
.yellow-canary {
color: #ffebad;
}
.green-trance {
color: #a0d69f;
}
.greek-sea {
color: #6ca4e5;
}
/* CSS Variables */
:root {
--simple-pink:#f5a3a7;
--coral-dusk:#ffb58a;
--yellow-canary:#ffebad;
--green-trance:#a0d69f;
--greek-sea:#6ca4e5;
}