Color names in this palette
CSS code for this palette
/* CSS */
.celestial-blue {
color: #2a4d6a;
}
.cool-blue {
color: #4b86b4;
}
.tacao {
color: #f6ad79;
}
.shrimp-toast {
color: #f7c6a1;
}
.fake-blonde {
color: #f0e3c1;
}
/* CSS Variables */
:root {
--celestial-blue:#2a4d6a;
--cool-blue:#4b86b4;
--tacao:#f6ad79;
--shrimp-toast:#f7c6a1;
--fake-blonde:#f0e3c1;
}