Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f6a2bf;
}
.bastard-amber {
color: #fbcb89;
}
.bright-khaki {
color: #f1e98e;
}
.overtone {
color: #a6e2b2;
}
.sanctuary-spa {
color: #69b5e8;
}
/* CSS Variables */
:root {
--rogue-pink:#f6a2bf;
--bastard-amber:#fbcb89;
--bright-khaki:#f1e98e;
--overtone:#a6e2b2;
--sanctuary-spa:#69b5e8;
}