Color names in this palette
CSS code for this palette
/* CSS */
.della-robbia-blue {
color: #7a9cd1;
}
.beautiful-dream {
color: #b6c8e2;
}
.carnation-bouquet {
color: #f4bed1;
}
.mystic-tulip {
color: #f7b5a1;
}
.think-pink {
color: #e5a4c2;
}
/* CSS Variables */
:root {
--della-robbia-blue:#7a9cd1;
--beautiful-dream:#b6c8e2;
--carnation-bouquet:#f4bed1;
--mystic-tulip:#f7b5a1;
--think-pink:#e5a4c2;
}