Color names in this palette
CSS code for this palette
/* CSS */
.lull-wind {
color: #c3d6e9;
}
.blue-dam {
color: #a1c6d4;
}
.lakeview {
color: #7f9b9f;
}
.maximum-yellow-red {
color: #f1b74b;
}
.rustic-pottery {
color: #d7705b;
}
/* CSS Variables */
:root {
--lull-wind:#c3d6e9;
--blue-dam:#a1c6d4;
--lakeview:#7f9b9f;
--maximum-yellow-red:#f1b74b;
--rustic-pottery:#d7705b;
}