Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.pinard-yellow {
color: #f5c800;
}
.eternal-summer {
color: #f5e400;
}
.brilliant-white {
color: #e5f1ff;
}
.ice-cold-stare {
color: #b3d1ff;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--pinard-yellow:#f5c800;
--eternal-summer:#f5e400;
--brilliant-white:#e5f1ff;
--ice-cold-stare:#b3d1ff;
}