Color names in this palette
CSS code for this palette
/* CSS */
.zenith {
color: #4b7fa0;
}
.delicate-girl-blue {
color: #6bb0c7;
}
.terrace-pool {
color: #a2d7e2;
}
.eugenia {
color: #f2e7d4;
}
.breeze-of-chilli {
color: #f76e6e;
}
/* CSS Variables */
:root {
--zenith:#4b7fa0;
--delicate-girl-blue:#6bb0c7;
--terrace-pool:#a2d7e2;
--eugenia:#f2e7d4;
--breeze-of-chilli:#f76e6e;
}