Color names in this palette
CSS code for this palette
/* CSS */
.blue-fantastic {
color: #2b3b50;
}
.winter-lake {
color: #698c9b;
}
.misty-blue {
color: #b4c5c5;
}
.siesta-sands {
color: #f1e6df;
}
.phoenix-red {
color: #e0705c;
}
/* CSS Variables */
:root {
--blue-fantastic:#2b3b50;
--winter-lake:#698c9b;
--misty-blue:#b4c5c5;
--siesta-sands:#f1e6df;
--phoenix-red:#e0705c;
}