Color names in this palette
CSS code for this palette
/* CSS */
.beguiling-blue {
color: #5e6d8d;
}
.grey-agate {
color: #a8b4c2;
}
.rain-song {
color: #c5d6e7;
}
.clear-vision {
color: #e6f2f9;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--beguiling-blue:#5e6d8d;
--grey-agate:#a8b4c2;
--rain-song:#c5d6e7;
--clear-vision:#e6f2f9;
--white:#ffffff;
}