Color names in this palette
CSS code for this palette
/* CSS */
.passionate-blue {
color: #1e396b;
}
.deep-azure {
color: #3e5a84;
}
.purple-hyacinth {
color: #6e8dbf;
}
.sky-high {
color: #a1c1e8;
}
.lion-cub {
color: #f7c9a6;
}
/* CSS Variables */
:root {
--passionate-blue:#1e396b;
--deep-azure:#3e5a84;
--purple-hyacinth:#6e8dbf;
--sky-high:#a1c1e8;
--lion-cub:#f7c9a6;
}