Color names in this palette
CSS code for this palette
/* CSS */
.battery-charged-blue {
color: #1da2d3;
}
.bachelor-button {
color: #4ab8d3;
}
.havana-blue {
color: #a4d9e5;
}
.butter-cookie {
color: #f0e7b2;
}
.ginger-milk {
color: #f6a85a;
}
/* CSS Variables */
:root {
--battery-charged-blue:#1da2d3;
--bachelor-button:#4ab8d3;
--havana-blue:#a4d9e5;
--butter-cookie:#f0e7b2;
--ginger-milk:#f6a85a;
}