Color names in this palette
CSS code for this palette
/* CSS */
.blue-dart {
color: #5590d8;
}
.high-blue {
color: #4ca5e1;
}
.clean-pool {
color: #4cc8e1;
}
.nevada-sky {
color: #a0d9e9;
}
.uptown-taupe {
color: #f0e3d6;
}
/* CSS Variables */
:root {
--blue-dart:#5590d8;
--high-blue:#4ca5e1;
--clean-pool:#4cc8e1;
--nevada-sky:#a0d9e9;
--uptown-taupe:#f0e3d6;
}