Color names in this palette
CSS code for this palette
/* CSS */
.think-pink {
color: #e6a7c3;
}
.peach-orange {
color: #ffcc99;
}
.optimistic-yellow {
color: #f4e1a4;
}
.terrace-pool {
color: #a1d6e2;
}
.costume-blue {
color: #60749f;
}
/* CSS Variables */
:root {
--think-pink:#e6a7c3;
--peach-orange:#ffcc99;
--optimistic-yellow:#f4e1a4;
--terrace-pool:#a1d6e2;
--costume-blue:#60749f;
}