Color names in this palette
CSS code for this palette
/* CSS */
.sir-edmund {
color: #1f3d5c;
}
.adrift {
color: #4b8c9b;
}
.pearl-bay {
color: #7dcaca;
}
.sugar-cookie {
color: #f2e3a1;
}
.honeycomb-yellow {
color: #e09e4d;
}
/* CSS Variables */
:root {
--sir-edmund:#1f3d5c;
--adrift:#4b8c9b;
--pearl-bay:#7dcaca;
--sugar-cookie:#f2e3a1;
--honeycomb-yellow:#e09e4d;
}