Color names in this palette
CSS code for this palette
/* CSS */
.windsor-way {
color: #a1c5e2;
}
.petit-four {
color: #80b9d1;
}
.mountain-bluebird {
color: #4e9ac6;
}
.valley-of-glaciers {
color: #2d7b9a;
}
.recollection-blue {
color: #1d4e59;
}
/* CSS Variables */
:root {
--windsor-way:#a1c5e2;
--petit-four:#80b9d1;
--mountain-bluebird:#4e9ac6;
--valley-of-glaciers:#2d7b9a;
--recollection-blue:#1d4e59;
}