Color names in this palette
CSS code for this palette
/* CSS */
.blue-highlight {
color: #2d498f;
}
.ashton-blue {
color: #4a7eba;
}
.arctic-ocean {
color: #6cc3d0;
}
.golden-dream {
color: #f6cb2c;
}
.sunset-blaze {
color: #e95a2b;
}
/* CSS Variables */
:root {
--blue-highlight:#2d498f;
--ashton-blue:#4a7eba;
--arctic-ocean:#6cc3d0;
--golden-dream:#f6cb2c;
--sunset-blaze:#e95a2b;
}