Color names in this palette
CSS code for this palette
/* CSS */
.think-pink {
color: #e6a7c3;
}
.lion-cub {
color: #f9cca4;
}
.optimistic-yellow {
color: #f4e1a4;
}
.atlantic-ocean {
color: #a6d8e3;
}
.blue-bay {
color: #609edc;
}
/* CSS Variables */
:root {
--think-pink:#e6a7c3;
--lion-cub:#f9cca4;
--optimistic-yellow:#f4e1a4;
--atlantic-ocean:#a6d8e3;
--blue-bay:#609edc;
}