Color names in this palette
CSS code for this palette
/* CSS */
.bright-midnight-blue {
color: #1e4d76;
}
.aqueous {
color: #3a8e9c;
}
.crystal-gem {
color: #72d5a2;
}
.deep-fried-sun-rays {
color: #f5c661;
}
.flame {
color: #e05a29;
}
/* CSS Variables */
:root {
--bright-midnight-blue:#1e4d76;
--aqueous:#3a8e9c;
--crystal-gem:#72d5a2;
--deep-fried-sun-rays:#f5c661;
--flame:#e05a29;
}