Color names in this palette
CSS code for this palette
/* CSS */
.jazz-blue {
color: #1f6d9e;
}
.heritage-blue {
color: #4c94b8;
}
.blue-chrysocolla {
color: #79b8d2;
}
.charlotte {
color: #a4e0e5;
}
.almond-oil {
color: #f5f0c2;
}
/* CSS Variables */
:root {
--jazz-blue:#1f6d9e;
--heritage-blue:#4c94b8;
--blue-chrysocolla:#79b8d2;
--charlotte:#a4e0e5;
--almond-oil:#f5f0c2;
}