Color names in this palette
CSS code for this palette
/* CSS */
.jazz-blue {
color: #1c6a97;
}
.atlantic-gull {
color: #4a91b0;
}
.blue-chrysocolla {
color: #77b8cf;
}
.chefchaouen-blue {
color: #a2d4e6;
}
.freezing-vapor {
color: #d2eaf4;
}
/* CSS Variables */
:root {
--jazz-blue:#1c6a97;
--atlantic-gull:#4a91b0;
--blue-chrysocolla:#77b8cf;
--chefchaouen-blue:#a2d4e6;
--freezing-vapor:#d2eaf4;
}