Color names in this palette
CSS code for this palette
/* CSS */
.promise-keeping {
color: #b1c8e7;
}
.blue-dam {
color: #a5c6d5;
}
.calla-lily {
color: #e3e9ed;
}
.bluette {
color: #9fc1d6;
}
.mallorca-blue {
color: #4f7d92;
}
/* CSS Variables */
:root {
--promise-keeping:#b1c8e7;
--blue-dam:#a5c6d5;
--calla-lily:#e3e9ed;
--bluette:#9fc1d6;
--mallorca-blue:#4f7d92;
}