Color names in this palette
CSS code for this palette
/* CSS */
.san-marino {
color: #496d9c;
}
.air-blue {
color: #6ba8c7;
}
.blue-stream {
color: #92d0d9;
}
.cornsilk-yellow {
color: #f5c670;
}
.lantana {
color: #d8706e;
}
/* CSS Variables */
:root {
--san-marino:#496d9c;
--air-blue:#6ba8c7;
--blue-stream:#92d0d9;
--cornsilk-yellow:#f5c670;
--lantana:#d8706e;
}