Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f7a8a1;
}
.deep-fried-sun-rays {
color: #f4c95d;
}
.grape-green {
color: #a7dfa4;
}
.high-blue {
color: #4ca8e1;
}
.nautical {
color: #2e4a7f;
}
/* CSS Variables */
:root {
--roseberry:#f7a8a1;
--deep-fried-sun-rays:#f4c95d;
--grape-green:#a7dfa4;
--high-blue:#4ca8e1;
--nautical:#2e4a7f;
}