Color names in this palette
CSS code for this palette
/* CSS */
.boat-house {
color: #4b8bc3;
}
.xavier-blue {
color: #6cb4e5;
}
.astral-spirit {
color: #90c7e9;
}
.terrace-pool {
color: #a3d7e0;
}
.freezing-vapor {
color: #d0e9f6;
}
/* CSS Variables */
:root {
--boat-house:#4b8bc3;
--xavier-blue:#6cb4e5;
--astral-spirit:#90c7e9;
--terrace-pool:#a3d7e0;
--freezing-vapor:#d0e9f6;
}