Color names in this palette
CSS code for this palette
/* CSS */
.flood-out {
color: #5a9baf;
}
.tropez-blue {
color: #73b3c4;
}
.light-blue-glint {
color: #a8d3e1;
}
.sauerkraut {
color: #f0e1b7;
}
.mystic-tulip {
color: #f9b2a4;
}
/* CSS Variables */
:root {
--flood-out:#5a9baf;
--tropez-blue:#73b3c4;
--light-blue-glint:#a8d3e1;
--sauerkraut:#f0e1b7;
--mystic-tulip:#f9b2a4;
}