Color names in this palette
CSS code for this palette
/* CSS */
.blue-highlight {
color: #354e8d;
}
.ashton-blue {
color: #4a7eba;
}
.terrace-pool {
color: #a3d6e0;
}
.friendly-yellow {
color: #f6e2b1;
}
.wiener-schnitzel {
color: #f09c00;
}
/* CSS Variables */
:root {
--blue-highlight:#354e8d;
--ashton-blue:#4a7eba;
--terrace-pool:#a3d6e0;
--friendly-yellow:#f6e2b1;
--wiener-schnitzel:#f09c00;
}