Color names in this palette
CSS code for this palette
/* CSS */
.passionate-blue {
color: #1e396b;
}
.bluebonnet-frost {
color: #4b6caf;
}
.astral-spirit {
color: #92c5e8;
}
.boxwood-yellow {
color: #f0e6a3;
}
.calabrese {
color: #f6a9a2;
}
/* CSS Variables */
:root {
--passionate-blue:#1e396b;
--bluebonnet-frost:#4b6caf;
--astral-spirit:#92c5e8;
--boxwood-yellow:#f0e6a3;
--calabrese:#f6a9a2;
}