Color names in this palette
CSS code for this palette
/* CSS */
.sun-song {
color: #e5a615;
}
.conifer-blossom {
color: #fddc49;
}
.cr-me-vanille {
color: #f1f1df;
}
.echo-iris {
color: #b4e4f4;
}
.olympic-blue {
color: #4b91e2;
}
/* CSS Variables */
:root {
--sun-song:#e5a615;
--conifer-blossom:#fddc49;
--cr-me-vanille:#f1f1df;
--echo-iris:#b4e4f4;
--olympic-blue:#4b91e2;
}