Color names in this palette
CSS code for this palette
/* CSS */
.zenith {
color: #4b78a0;
}
.ocean-liner {
color: #1b8b8d;
}
.first-post {
color: #34b79d;
}
.millennial-pink {
color: #f6c6c1;
}
.lemon-filling {
color: #f9e7a4;
}
/* CSS Variables */
:root {
--zenith:#4b78a0;
--ocean-liner:#1b8b8d;
--first-post:#34b79d;
--millennial-pink:#f6c6c1;
--lemon-filling:#f9e7a4;
}