Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a3c7e0;
}
.blue-bell {
color: #85b1d5;
}
.cerulean-frost {
color: #6c9cc6;
}
.atlantic-gull {
color: #508fb4;
}
.cendre-blue {
color: #3a7fa1;
}
/* CSS Variables */
:root {
--sea-cliff:#a3c7e0;
--blue-bell:#85b1d5;
--cerulean-frost:#6c9cc6;
--atlantic-gull:#508fb4;
--cendre-blue:#3a7fa1;
}