Color names in this palette
CSS code for this palette
/* CSS */
.sweet-breeze {
color: #c9dae4;
}
.blue-dam {
color: #a1c6d4;
}
.cerulean-frost {
color: #699abf;
}
.berry-pie {
color: #4f708c;
}
.very-navy {
color: #3c4858;
}
/* CSS Variables */
:root {
--sweet-breeze:#c9dae4;
--blue-dam:#a1c6d4;
--cerulean-frost:#699abf;
--berry-pie:#4f708c;
--very-navy:#3c4858;
}