Color names in this palette
CSS code for this palette
/* CSS */
.lochmara {
color: #2e6d9e;
}
.lichen-blue {
color: #5e8ab5;
}
.periwinkle-sky {
color: #88b8d7;
}
.bellagio-fountains {
color: #b5e1f2;
}
.sweetheart {
color: #f4c3d8;
}
/* CSS Variables */
:root {
--lochmara:#2e6d9e;
--lichen-blue:#5e8ab5;
--periwinkle-sky:#88b8d7;
--bellagio-fountains:#b5e1f2;
--sweetheart:#f4c3d8;
}