Color names in this palette
CSS code for this palette
/* CSS */
.mountain-laurel {
color: #f6c6d6;
}
.bordeaux-hint {
color: #f0b7e1;
}
.popcorn {
color: #f4d27b;
}
.overtone {
color: #a3e6b4;
}
.light-blue-glint {
color: #a8d3e1;
}
/* CSS Variables */
:root {
--mountain-laurel:#f6c6d6;
--bordeaux-hint:#f0b7e1;
--popcorn:#f4d27b;
--overtone:#a3e6b4;
--light-blue-glint:#a8d3e1;
}