Color names in this palette
CSS code for this palette
/* CSS */
.functional-blue {
color: #3f5c88;
}
.georgian-revival-blue {
color: #5b8c9f;
}
.vintage-blue {
color: #89b8b6;
}
.deep-fried-sun-rays {
color: #f5c95c;
}
.kacey-s-pink {
color: #e94e77;
}
/* CSS Variables */
:root {
--functional-blue:#3f5c88;
--georgian-revival-blue:#5b8c9f;
--vintage-blue:#89b8b6;
--deep-fried-sun-rays:#f5c95c;
--kacey-s-pink:#e94e77;
}