Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.cape-jasmine {
color: #ffbb5c;
}
.tomorrow-s-coral {
color: #ffc5a3;
}
.heisenberg-blue {
color: #6acef6;
}
.lambent-lagoon {
color: #3e5c93;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--cape-jasmine:#ffbb5c;
--tomorrow-s-coral:#ffc5a3;
--heisenberg-blue:#6acef6;
--lambent-lagoon:#3e5c93;
}