Color names in this palette
CSS code for this palette
/* CSS */
.polished-rock {
color: #bac5c1;
}
.shower {
color: #9facb7;
}
.inner-sanctum {
color: #7ca3b6;
}
.atlantic-gull {
color: #4f8cb5;
}
.vermeer-blue {
color: #2f7cb6;
}
/* CSS Variables */
:root {
--polished-rock:#bac5c1;
--shower:#9facb7;
--inner-sanctum:#7ca3b6;
--atlantic-gull:#4f8cb5;
--vermeer-blue:#2f7cb6;
}