Color names in this palette
CSS code for this palette
/* CSS */
.purple-ode {
color: #3e4e7e;
}
.moonshade {
color: #606d9f;
}
.blue-bell {
color: #8cb2d4;
}
.almond-cream {
color: #f4c29f;
}
.phoenix-red {
color: #e06e5c;
}
/* CSS Variables */
:root {
--purple-ode:#3e4e7e;
--moonshade:#606d9f;
--blue-bell:#8cb2d4;
--almond-cream:#f4c29f;
--phoenix-red:#e06e5c;
}