Color names in this palette
CSS code for this palette
/* CSS */
.chinese-porcelain {
color: #3f5f7d;
}
.winter-lake {
color: #6c8b9d;
}
.bulfinch-blue {
color: #92afb5;
}
.sky-splash {
color: #c8d5d4;
}
.whisper {
color: #f0e7e5;
}
/* CSS Variables */
:root {
--chinese-porcelain:#3f5f7d;
--winter-lake:#6c8b9d;
--bulfinch-blue:#92afb5;
--sky-splash:#c8d5d4;
--whisper:#f0e7e5;
}