Color names in this palette
CSS code for this palette
/* CSS */
.just-blush {
color: #f9b4a4;
}
.avid-apricot {
color: #f3c5a0;
}
.majestic-treasures {
color: #f0eaa3;
}
.shallow-shoal {
color: #9fd6d4;
}
.blue-gourami {
color: #6ba2d6;
}
/* CSS Variables */
:root {
--just-blush:#f9b4a4;
--avid-apricot:#f3c5a0;
--majestic-treasures:#f0eaa3;
--shallow-shoal:#9fd6d4;
--blue-gourami:#6ba2d6;
}