Color names in this palette
CSS code for this palette
/* CSS */
.celestial-blue {
color: #2f4b6a;
}
.big-sur-blue-jade {
color: #3e6e8e;
}
.maui-blue {
color: #4ea2b7;
}
.turquoise-tower {
color: #a7e2c9;
}
.marigold-dust {
color: #f4cf3e;
}
/* CSS Variables */
:root {
--celestial-blue:#2f4b6a;
--big-sur-blue-jade:#3e6e8e;
--maui-blue:#4ea2b7;
--turquoise-tower:#a7e2c9;
--marigold-dust:#f4cf3e;
}