Color names in this palette
CSS code for this palette
/* CSS */
.cobalt-flame {
color: #4c6f9a;
}
.adrift-on-the-nile {
color: #8db3e2;
}
.bright-ube {
color: #d5a3e6;
}
.soft-cashmere {
color: #f1b1d6;
}
.sherbet-fruit {
color: #f8c9b9;
}
/* CSS Variables */
:root {
--cobalt-flame:#4c6f9a;
--adrift-on-the-nile:#8db3e2;
--bright-ube:#d5a3e6;
--soft-cashmere:#f1b1d6;
--sherbet-fruit:#f8c9b9;
}