Color names in this palette
CSS code for this palette
/* CSS */
.cambridge-blue {
color: #a4c1ae;
}
.shrimp-toast {
color: #f7c6a1;
}
.dahlia-delight {
color: #f6bbd3;
}
.ballet-white {
color: #f2e6d9;
}
.spotted-snake-eel {
color: #b0d2e3;
}
/* CSS Variables */
:root {
--cambridge-blue:#a4c1ae;
--shrimp-toast:#f7c6a1;
--dahlia-delight:#f6bbd3;
--ballet-white:#f2e6d9;
--spotted-snake-eel:#b0d2e3;
}