Color names in this palette
CSS code for this palette
/* CSS */
.vivid-cerulean {
color: #00a4f0;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.reddish-pink {
color: #ff2e54;
}
.hello-spring {
color: #4ad962;
}
.liberal-lilac {
color: #9b58b6;
}
/* CSS Variables */
:root {
--vivid-cerulean:#00a4f0;
--apricot-glazed-chicken:#f5a524;
--reddish-pink:#ff2e54;
--hello-spring:#4ad962;
--liberal-lilac:#9b58b6;
}