Color names in this palette
CSS code for this palette
/* CSS */
.gibraltar-sea {
color: #1a3956;
}
.revel-blue {
color: #4b6c8b;
}
.bermuda-blue {
color: #8bb1c6;
}
.basin-blue {
color: #b9e2e4;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--gibraltar-sea:#1a3956;
--revel-blue:#4b6c8b;
--bermuda-blue:#8bb1c6;
--basin-blue:#b9e2e4;
--soviet-gold:#ffd900;
}