Color names in this palette
CSS code for this palette
/* CSS */
.havana-blue {
color: #a4d9e5;
}
.channel {
color: #f1c4c0;
}
.peanut-butter-chicken {
color: #ffb861;
}
.barely-butter {
color: #f6e7c1;
}
.sour-candy {
color: #69af4b;
}
/* CSS Variables */
:root {
--havana-blue:#a4d9e5;
--channel:#f1c4c0;
--peanut-butter-chicken:#ffb861;
--barely-butter:#f6e7c1;
--sour-candy:#69af4b;
}