Color names in this palette
CSS code for this palette
/* CSS */
.rosy-outlook {
color: #f6aba2;
}
.september-sun {
color: #fbd7a2;
}
.james-blonde {
color: #f0e4b7;
}
.jaded-clouds {
color: #aee0d3;
}
.throat-chakra {
color: #6ecbd4;
}
/* CSS Variables */
:root {
--rosy-outlook:#f6aba2;
--september-sun:#fbd7a2;
--james-blonde:#f0e4b7;
--jaded-clouds:#aee0d3;
--throat-chakra:#6ecbd4;
}