Color names in this palette
CSS code for this palette
/* CSS */
.finnish-fiord {
color: #5cafc1;
}
.capri-water-blue {
color: #a8e1d4;
}
.waterslide {
color: #d2f4e9;
}
.squash-blossom {
color: #f6b83c;
}
.breeze-of-chilli {
color: #f26e6e;
}
/* CSS Variables */
:root {
--finnish-fiord:#5cafc1;
--capri-water-blue:#a8e1d4;
--waterslide:#d2f4e9;
--squash-blossom:#f6b83c;
--breeze-of-chilli:#f26e6e;
}