Color names in this palette
CSS code for this palette
/* CSS */
.blue {
color: #0000ff;
}
.bluebonnet {
color: #1a1aff;
}
.l-n-s-blue {
color: #4d4dff;
}
.blue-party-parrot {
color: #8080ff;
}
.winterspring-lilac {
color: #b3b3ff;
}
/* CSS Variables */
:root {
--blue:#0000ff;
--bluebonnet:#1a1aff;
--l-n-s-blue:#4d4dff;
--blue-party-parrot:#8080ff;
--winterspring-lilac:#b3b3ff;
}