Color names in this palette
CSS code for this palette
/* CSS */
.iced-vovo {
color: #e3a5b4;
}
.lavender-dust {
color: #c5c4cf;
}
.rip-van-periwinkle {
color: #90a4d5;
}
.freshwater {
color: #4ea7b7;
}
.sunken-harbor {
color: #1d4044;
}
/* CSS Variables */
:root {
--iced-vovo:#e3a5b4;
--lavender-dust:#c5c4cf;
--rip-van-periwinkle:#90a4d5;
--freshwater:#4ea7b7;
--sunken-harbor:#1d4044;
}