Color names in this palette
CSS code for this palette
/* CSS */
.artesian-pool {
color: #a3c2e1;
}
.frozen-whisper {
color: #86b8da;
}
.mountain-bluebird {
color: #4e98c6;
}
.linoleum-blue {
color: #3f7a9d;
}
.breonne-blue {
color: #2c5a7d;
}
/* CSS Variables */
:root {
--artesian-pool:#a3c2e1;
--frozen-whisper:#86b8da;
--mountain-bluebird:#4e98c6;
--linoleum-blue:#3f7a9d;
--breonne-blue:#2c5a7d;
}