Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f7a8a1;
}
.salmon-beauty {
color: #f9c7b4;
}
.song-of-summer {
color: #fce9b6;
}
.spring-kiss {
color: #e3f9b4;
}
.charlotte {
color: #a4e1e5;
}
/* CSS Variables */
:root {
--roseberry:#f7a8a1;
--salmon-beauty:#f9c7b4;
--song-of-summer:#fce9b6;
--spring-kiss:#e3f9b4;
--charlotte:#a4e1e5;
}