Color names in this palette
CSS code for this palette
/* CSS */
.chapel-blue {
color: #b0d2e8;
}
.tranquil-bay {
color: #73b6dd;
}
.azure-blue {
color: #4b93c3;
}
.quarterdeck {
color: #0c6f9d;
}
.sail-maker {
color: #0c4a6e;
}
/* CSS Variables */
:root {
--chapel-blue:#b0d2e8;
--tranquil-bay:#73b6dd;
--azure-blue:#4b93c3;
--quarterdeck:#0c6f9d;
--sail-maker:#0c4a6e;
}