Color names in this palette
CSS code for this palette
/* CSS */
.regal-blue {
color: #1f3c5b;
}
.tech-wave {
color: #4b7c9b;
}
.blue-dam {
color: #a1c6d4;
}
.foundation {
color: #f7e8c5;
}
.lively-coral {
color: #e17a7a;
}
/* CSS Variables */
:root {
--regal-blue:#1f3c5b;
--tech-wave:#4b7c9b;
--blue-dam:#a1c6d4;
--foundation:#f7e8c5;
--lively-coral:#e17a7a;
}