Color names in this palette
CSS code for this palette
/* CSS */
.sir-edmund {
color: #1f3d5c;
}
.sailor-s-bay {
color: #4a6d8c;
}
.blue-chrysocolla {
color: #7ab9d1;
}
.goldsmith {
color: #f1b24b;
}
.coralite {
color: #e26a5a;
}
/* CSS Variables */
:root {
--sir-edmund:#1f3d5c;
--sailor-s-bay:#4a6d8c;
--blue-chrysocolla:#7ab9d1;
--goldsmith:#f1b24b;
--coralite:#e26a5a;
}