Color names in this palette
CSS code for this palette
/* CSS */
.sir-edmund {
color: #1f3d5c;
}
.storm-blue {
color: #4f799c;
}
.blue-cuddle {
color: #84b5d2;
}
.ocean-front {
color: #b7e4f0;
}
.old-flame {
color: #f4b8b8;
}
/* CSS Variables */
:root {
--sir-edmund:#1f3d5c;
--storm-blue:#4f799c;
--blue-cuddle:#84b5d2;
--ocean-front:#b7e4f0;
--old-flame:#f4b8b8;
}