Color names in this palette
CSS code for this palette
/* CSS */
.french-pass {
color: #a3d5e0;
}
.clear-vision {
color: #e4f1f7;
}
.gentle-giant {
color: #b4e9e3;
}
.nevada-sky {
color: #a2dae6;
}
.coastal-breeze {
color: #e0f7fa;
}
/* CSS Variables */
:root {
--french-pass:#a3d5e0;
--clear-vision:#e4f1f7;
--gentle-giant:#b4e9e3;
--nevada-sky:#a2dae6;
--coastal-breeze:#e0f7fa;
}