Color names in this palette
CSS code for this palette
/* CSS */
.foggy-love {
color: #d5c7e6;
}
.high-style {
color: #a6b4d8;
}
.boudoir-blue {
color: #7da0d8;
}
.come-sail-away {
color: #5e8fc9;
}
.petrel {
color: #3e7ab6;
}
/* CSS Variables */
:root {
--foggy-love:#d5c7e6;
--high-style:#a6b4d8;
--boudoir-blue:#7da0d8;
--come-sail-away:#5e8fc9;
--petrel:#3e7ab6;
}