Color names in this palette
CSS code for this palette
/* CSS */
.theatre-blue {
color: #1e4c7b;
}
.tech-wave {
color: #4c7d9a;
}
.frisky-blue {
color: #7ab1c7;
}
.deep-fried-sun-rays {
color: #f4c45d;
}
.emergency-zone {
color: #e36a3b;
}
/* CSS Variables */
:root {
--theatre-blue:#1e4c7b;
--tech-wave:#4c7d9a;
--frisky-blue:#7ab1c7;
--deep-fried-sun-rays:#f4c45d;
--emergency-zone:#e36a3b;
}