Color names in this palette
CSS code for this palette
/* CSS */
.monaco {
color: #a8d5e6;
}
.heavenly {
color: #7fb2c3;
}
.pass-time-blue {
color: #5c9bb2;
}
.winter-time {
color: #3e8da3;
}
.ocean-call {
color: #2a698d;
}
/* CSS Variables */
:root {
--monaco:#a8d5e6;
--heavenly:#7fb2c3;
--pass-time-blue:#5c9bb2;
--winter-time:#3e8da3;
--ocean-call:#2a698d;
}