Color names in this palette
CSS code for this palette
/* CSS */
.cave-pearl {
color: #d6e6e1;
}
.corydalis-blue {
color: #a3c7d7;
}
.tropez-blue {
color: #74b2c3;
}
.blue-catch {
color: #3d7b8a;
}
.immersed {
color: #1f4d51;
}
/* CSS Variables */
:root {
--cave-pearl:#d6e6e1;
--corydalis-blue:#a3c7d7;
--tropez-blue:#74b2c3;
--blue-catch:#3d7b8a;
--immersed:#1f4d51;
}