Color names in this palette
CSS code for this palette
/* CSS */
.capital-blue {
color: #1a3d5b;
}
.big-sur-blue-jade {
color: #3b6c8c;
}
.thredbo {
color: #73c1d9;
}
.bells-and-whistles-gold {
color: #f0e19e;
}
.tangerine-flake {
color: #e77b5a;
}
/* CSS Variables */
:root {
--capital-blue:#1a3d5b;
--big-sur-blue-jade:#3b6c8c;
--thredbo:#73c1d9;
--bells-and-whistles-gold:#f0e19e;
--tangerine-flake:#e77b5a;
}