Color names in this palette
CSS code for this palette
/* CSS */
.windsor-way {
color: #a2c9e7;
}
.diluted-blue {
color: #bae1f2;
}
.toxic-latte {
color: #e2f8e6;
}
.khaki-core {
color: #f9e6ae;
}
.fulgrim-pink {
color: #f6b1d0;
}
/* CSS Variables */
:root {
--windsor-way:#a2c9e7;
--diluted-blue:#bae1f2;
--toxic-latte:#e2f8e6;
--khaki-core:#f9e6ae;
--fulgrim-pink:#f6b1d0;
}