Color names in this palette
CSS code for this palette
/* CSS */
.muted-lavender {
color: #3c5a9a;
}
.ashton-blue {
color: #4a7cba;
}
.broom-butterfly-blue {
color: #6bb1d6;
}
.charlotte {
color: #a4e0e5;
}
.alpenglow {
color: #f1c0b7;
}
/* CSS Variables */
:root {
--muted-lavender:#3c5a9a;
--ashton-blue:#4a7cba;
--broom-butterfly-blue:#6bb1d6;
--charlotte:#a4e0e5;
--alpenglow:#f1c0b7;
}