Color names in this palette
CSS code for this palette
/* CSS */
.french-pass {
color: #a3d0e0;
}
.azure-sky {
color: #b2e0f5;
}
.winter-s-day {
color: #e0f7ff;
}
.hot-aquarelle-pink {
color: #ffb3e0;
}
.blush-hour {
color: #ff7092;
}
/* CSS Variables */
:root {
--french-pass:#a3d0e0;
--azure-sky:#b2e0f5;
--winter-s-day:#e0f7ff;
--hot-aquarelle-pink:#ffb3e0;
--blush-hour:#ff7092;
}