Color names in this palette
CSS code for this palette
/* CSS */
.italian-fitch {
color: #d1c8e4;
}
.babbling-creek {
color: #a5b7d4;
}
.cottage-blue {
color: #7a9bc2;
}
.atlantic-gull {
color: #4e8eb1;
}
.blues {
color: #2b6b9c;
}
/* CSS Variables */
:root {
--italian-fitch:#d1c8e4;
--babbling-creek:#a5b7d4;
--cottage-blue:#7a9bc2;
--atlantic-gull:#4e8eb1;
--blues:#2b6b9c;
}