Color names in this palette
CSS code for this palette
/* CSS */
.bluebonnet-frost {
color: #4b6eaf;
}
.windsor-way {
color: #a2c4e7;
}
.brilliant-white {
color: #e5f0ff;
}
.golden-raspberry {
color: #f6d979;
}
.pompelmo {
color: #ff6b6b;
}
/* CSS Variables */
:root {
--bluebonnet-frost:#4b6eaf;
--windsor-way:#a2c4e7;
--brilliant-white:#e5f0ff;
--golden-raspberry:#f6d979;
--pompelmo:#ff6b6b;
}