Color names in this palette
CSS code for this palette
/* CSS */
.searching-blue {
color: #6a809a;
}
.light-steel-blue {
color: #b0c4de;
}
.china-doll {
color: #f2e4d4;
}
.millennial-pink {
color: #f6c6c1;
}
.bubblegum {
color: #e85e71;
}
/* CSS Variables */
:root {
--searching-blue:#6a809a;
--light-steel-blue:#b0c4de;
--china-doll:#f2e4d4;
--millennial-pink:#f6c6c1;
--bubblegum:#e85e71;
}