Color names in this palette
CSS code for this palette
/* CSS */
.coarse-wool {
color: #1b1f27;
}
.bluster-blue {
color: #4b5b72;
}
.bright-bluebonnet {
color: #8eb6c2;
}
.niagara-mist {
color: #c5e6f2;
}
.ripe-malinka {
color: #f85d6a;
}
/* CSS Variables */
:root {
--coarse-wool:#1b1f27;
--bluster-blue:#4b5b72;
--bright-bluebonnet:#8eb6c2;
--niagara-mist:#c5e6f2;
--ripe-malinka:#f85d6a;
}