Color names in this palette
CSS code for this palette
/* CSS */
.tantalize {
color: #6a9bc8;
}
.windsor-way {
color: #a2c7e7;
}
.new-heights {
color: #cfe7f2;
}
.sparkling-pink {
color: #f4d2e6;
}
.think-pink {
color: #e8a1c0;
}
/* CSS Variables */
:root {
--tantalize:#6a9bc8;
--windsor-way:#a2c7e7;
--new-heights:#cfe7f2;
--sparkling-pink:#f4d2e6;
--think-pink:#e8a1c0;
}