Color names in this palette
CSS code for this palette
/* CSS */
.bay-isle-pointe {
color: #1c3f4a;
}
.sotek-green {
color: #4a7c8c;
}
.buoyancy {
color: #7db2b5;
}
.swan-lake {
color: #c4e4e4;
}
.first-date {
color: #f4b09f;
}
/* CSS Variables */
:root {
--bay-isle-pointe:#1c3f4a;
--sotek-green:#4a7c8c;
--buoyancy:#7db2b5;
--swan-lake:#c4e4e4;
--first-date:#f4b09f;
}