Color names in this palette
CSS code for this palette
/* CSS */
.jazz-blue {
color: #1b649d;
}
.delicate-girl-blue {
color: #67b1c5;
}
.timeless-seafoam {
color: #aee5e0;
}
.marquisette {
color: #f2d59c;
}
.breeze-of-chilli {
color: #f76e6e;
}
/* CSS Variables */
:root {
--jazz-blue:#1b649d;
--delicate-girl-blue:#67b1c5;
--timeless-seafoam:#aee5e0;
--marquisette:#f2d59c;
--breeze-of-chilli:#f76e6e;
}