Color names in this palette
CSS code for this palette
/* CSS */
.jazz-blue {
color: #1b649d;
}
.freshwater {
color: #4ea9b7;
}
.winsome-hue {
color: #a8d6e1;
}
.pink-salt {
color: #f6cfc6;
}
.snow-white-blush {
color: #f9aeae;
}
/* CSS Variables */
:root {
--jazz-blue:#1b649d;
--freshwater:#4ea9b7;
--winsome-hue:#a8d6e1;
--pink-salt:#f6cfc6;
--snow-white-blush:#f9aeae;
}