Color names in this palette
CSS code for this palette
/* CSS */
.capital-blue {
color: #1a3f5b;
}
.stormy-ridge {
color: #4d7c99;
}
.dreaming-blue {
color: #8cc2d4;
}
.first-day-of-summer {
color: #f2e79c;
}
.opal-flame {
color: #f15e4b;
}
/* CSS Variables */
:root {
--capital-blue:#1a3f5b;
--stormy-ridge:#4d7c99;
--dreaming-blue:#8cc2d4;
--first-day-of-summer:#f2e79c;
--opal-flame:#f15e4b;
}