Color names in this palette
CSS code for this palette
/* CSS */
.zenith {
color: #4b7fa0;
}
.delicate-girl-blue {
color: #6ab2c8;
}
.charlotte {
color: #a4e0e5;
}
.peach-temptation {
color: #f0c4b2;
}
.lively-coral {
color: #e57d7b;
}
/* CSS Variables */
:root {
--zenith:#4b7fa0;
--delicate-girl-blue:#6ab2c8;
--charlotte:#a4e0e5;
--peach-temptation:#f0c4b2;
--lively-coral:#e57d7b;
}