Color names in this palette
CSS code for this palette
/* CSS */
.passionate-blue {
color: #1e396b;
}
.unity {
color: #2a4b8d;
}
.cyan-azure {
color: #507fb4;
}
.aero {
color: #7cb4e9;
}
.hollywood-starlet {
color: #f0d184;
}
/* CSS Variables */
:root {
--passionate-blue:#1e396b;
--unity:#2a4b8d;
--cyan-azure:#507fb4;
--aero:#7cb4e9;
--hollywood-starlet:#f0d184;
}