Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.santorini-blue {
color: #3f6d83;
}
.explorer-blue {
color: #5ca4b7;
}
.sunny-mood {
color: #f7c94b;
}
.x-marks-the-spot {
color: #e34a4a;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--santorini-blue:#3f6d83;
--explorer-blue:#5ca4b7;
--sunny-mood:#f7c94b;
--x-marks-the-spot:#e34a4a;
}