Color names in this palette
CSS code for this palette
/* CSS */
.bermuda {
color: #1e7a8a;
}
.verdigris {
color: #3eb1b1;
}
.blue-radiance {
color: #5ed4d4;
}
.ice-crystal-blue {
color: #a8e6e4;
}
.errigal-white {
color: #f0f1f5;
}
/* CSS Variables */
:root {
--bermuda:#1e7a8a;
--verdigris:#3eb1b1;
--blue-radiance:#5ed4d4;
--ice-crystal-blue:#a8e6e4;
--errigal-white:#f0f1f5;
}