Color names in this palette
CSS code for this palette
/* CSS */
.peach-temptation {
color: #f4c3b3;
}
.garden-rose-white {
color: #f6ead5;
}
.spring-kiss {
color: #e0f7b6;
}
.break-the-ice {
color: #b2e0f0;
}
.windsor-way {
color: #a2c7e7;
}
/* CSS Variables */
:root {
--peach-temptation:#f4c3b3;
--garden-rose-white:#f6ead5;
--spring-kiss:#e0f7b6;
--break-the-ice:#b2e0f0;
--windsor-way:#a2c7e7;
}