Color names in this palette
CSS code for this palette
/* CSS */
.blue-expanse {
color: #1e3b71;
}
.sea-bed {
color: #2a808d;
}
.tropical-escape {
color: #4bb9b4;
}
.freezy-breezy {
color: #9ee9f0;
}
.triforce-yellow {
color: #f0f410;
}
/* CSS Variables */
:root {
--blue-expanse:#1e3b71;
--sea-bed:#2a808d;
--tropical-escape:#4bb9b4;
--freezy-breezy:#9ee9f0;
--triforce-yellow:#f0f410;
}