Color names in this palette
CSS code for this palette
/* CSS */
.sir-edmund {
color: #1f3d5c;
}
.atlantic-gull {
color: #508eb4;
}
.hawaiian-breeze {
color: #76c5e0;
}
.salmon-eggs {
color: #f4d35d;
}
.glowing-brake-disc {
color: #f54242;
}
/* CSS Variables */
:root {
--sir-edmund:#1f3d5c;
--atlantic-gull:#508eb4;
--hawaiian-breeze:#76c5e0;
--salmon-eggs:#f4d35d;
--glowing-brake-disc:#f54242;
}