Color names in this palette
CSS code for this palette
/* CSS */
.integra {
color: #3e5c98;
}
.genteel-blue {
color: #6b8bb3;
}
.windsor-way {
color: #a2c7e7;
}
.rozowy-pink {
color: #f1a7b7;
}
.highlighter-red {
color: #e84f5e;
}
/* CSS Variables */
:root {
--integra:#3e5c98;
--genteel-blue:#6b8bb3;
--windsor-way:#a2c7e7;
--rozowy-pink:#f1a7b7;
--highlighter-red:#e84f5e;
}