Color names in this palette
CSS code for this palette
/* CSS */
.lake-view {
color: #2f4a6a;
}
.blue-beads {
color: #5b7f9f;
}
.thistleblossom-soft-blue {
color: #8ab5c1;
}
.dainty-debutante {
color: #f4bfb4;
}
.phoenix-red {
color: #e0705c;
}
/* CSS Variables */
:root {
--lake-view:#2f4a6a;
--blue-beads:#5b7f9f;
--thistleblossom-soft-blue:#8ab5c1;
--dainty-debutante:#f4bfb4;
--phoenix-red:#e0705c;
}