Color names in this palette
CSS code for this palette
/* CSS */
.deep-azure {
color: #3e5a7e;
}
.winter-lake {
color: #698d9b;
}
.frozen-blue {
color: #a6c4d9;
}
.sunbeam-yellow {
color: #f0d39e;
}
.blue-angels-yellow {
color: #fab700;
}
/* CSS Variables */
:root {
--deep-azure:#3e5a7e;
--winter-lake:#698d9b;
--frozen-blue:#a6c4d9;
--sunbeam-yellow:#f0d39e;
--blue-angels-yellow:#fab700;
}