Color names in this palette
CSS code for this palette
/* CSS */
.french-pass {
color: #a3d3e0;
}
.broom-butterfly-blue {
color: #69b3d8;
}
.dazzle {
color: #4e8bb7;
}
.alexis-blue {
color: #3f5c83;
}
.madison {
color: #2d3d53;
}
/* CSS Variables */
:root {
--french-pass:#a3d3e0;
--broom-butterfly-blue:#69b3d8;
--dazzle:#4e8bb7;
--alexis-blue:#3f5c83;
--madison:#2d3d53;
}