Color names in this palette
CSS code for this palette
/* CSS */
.passionate-blue {
color: #1e396b;
}
.zenith {
color: #497b9c;
}
.heavenly {
color: #7db3c5;
}
.fair-aqua {
color: #b3dfd7;
}
.peaceful-rain {
color: #f1f8f3;
}
/* CSS Variables */
:root {
--passionate-blue:#1e396b;
--zenith:#497b9c;
--heavenly:#7db3c5;
--fair-aqua:#b3dfd7;
--peaceful-rain:#f1f8f3;
}