Color names in this palette
CSS code for this palette
/* CSS */
.corinthian-pink {
color: #f6a7d9;
}
.petal-plush {
color: #e1b1e7;
}
.melt-ice {
color: #b4c9e4;
}
.deluxe-days {
color: #8bc7e5;
}
.mountain-range-blue {
color: #4fb7c9;
}
/* CSS Variables */
:root {
--corinthian-pink:#f6a7d9;
--petal-plush:#e1b1e7;
--melt-ice:#b4c9e4;
--deluxe-days:#8bc7e5;
--mountain-range-blue:#4fb7c9;
}