Color names in this palette
CSS code for this palette
/* CSS */
.grant-village {
color: #6a8faf;
}
.speedboat {
color: #90c1d5;
}
.breeze-in-june {
color: #c3e1e9;
}
.salmon-fresco {
color: #f9b19f;
}
.meat {
color: #f47b7b;
}
/* CSS Variables */
:root {
--grant-village:#6a8faf;
--speedboat:#90c1d5;
--breeze-in-june:#c3e1e9;
--salmon-fresco:#f9b19f;
--meat:#f47b7b;
}