Color names in this palette
CSS code for this palette
/* CSS */
.rosy-outlook {
color: #f6aba2;
}
.icy-lemonade {
color: #f5e7b2;
}
.hip-hop {
color: #e2e9a5;
}
.shallow-shoal {
color: #9fd6d2;
}
.alaskan-blue {
color: #5fa3d3;
}
/* CSS Variables */
:root {
--rosy-outlook:#f6aba2;
--icy-lemonade:#f5e7b2;
--hip-hop:#e2e9a5;
--shallow-shoal:#9fd6d2;
--alaskan-blue:#5fa3d3;
}