Color names in this palette
CSS code for this palette
/* CSS */
.alexis-blue {
color: #405b82;
}
.boat-house {
color: #508cc3;
}
.tranquil-bay {
color: #74b4e2;
}
.dull-yellow {
color: #f1df5b;
}
.quince-jelly {
color: #f68b2c;
}
/* CSS Variables */
:root {
--alexis-blue:#405b82;
--boat-house:#508cc3;
--tranquil-bay:#74b4e2;
--dull-yellow:#f1df5b;
--quince-jelly:#f68b2c;
}