Color names in this palette
CSS code for this palette
/* CSS */
.golden-apricot {
color: #daa64e;
}
.sunday-afternoon {
color: #f6c479;
}
.noodles {
color: #f9e1b4;
}
.light-dante-peak {
color: #c7dde0;
}
.bluebrite {
color: #6bbfdb;
}
/* CSS Variables */
:root {
--golden-apricot:#daa64e;
--sunday-afternoon:#f6c479;
--noodles:#f9e1b4;
--light-dante-peak:#c7dde0;
--bluebrite:#6bbfdb;
}