Color names in this palette
CSS code for this palette
/* CSS */
.pink-orchid {
color: #da71d7;
}
.somewhere-in-a-fairytale {
color: #d19bd9;
}
.silver-rust {
color: #c5a3e0;
}
.maximum-blue-purple {
color: #b7b0e8;
}
.water-wash {
color: #aac8e4;
}
/* CSS Variables */
:root {
--pink-orchid:#da71d7;
--somewhere-in-a-fairytale:#d19bd9;
--silver-rust:#c5a3e0;
--maximum-blue-purple:#b7b0e8;
--water-wash:#aac8e4;
}