Color names in this palette
CSS code for this palette
/* CSS */
.amazon-river-dolphin {
color: #e3b0b9;
}
.sweetheart {
color: #f2c5d6;
}
.wishy-washy-lilies {
color: #f6dfe6;
}
.rivulet {
color: #d6dae1;
}
.radar {
color: #b8c9e5;
}
/* CSS Variables */
:root {
--amazon-river-dolphin:#e3b0b9;
--sweetheart:#f2c5d6;
--wishy-washy-lilies:#f6dfe6;
--rivulet:#d6dae1;
--radar:#b8c9e5;
}