Color names in this palette
CSS code for this palette
/* CSS */
.vanadyl-blue {
color: #00a5e0;
}
.lake-thun {
color: #3cc5e7;
}
.faded-poster {
color: #7cdbee;
}
.waterspout {
color: #a3f2f5;
}
.distant-horizon {
color: #f1f8f8;
}
/* CSS Variables */
:root {
--vanadyl-blue:#00a5e0;
--lake-thun:#3cc5e7;
--faded-poster:#7cdbee;
--waterspout:#a3f2f5;
--distant-horizon:#f1f8f8;
}