Color names in this palette
CSS code for this palette
/* CSS */
.uptown-taupe {
color: #f0e3d6;
}
.frosted-grape {
color: #d4c4d2;
}
.high-style {
color: #a6b5d9;
}
.boat-house {
color: #4a8cbf;
}
.azure-tide {
color: #2a9d90;
}
/* CSS Variables */
:root {
--uptown-taupe:#f0e3d6;
--frosted-grape:#d4c4d2;
--high-style:#a6b5d9;
--boat-house:#4a8cbf;
--azure-tide:#2a9d90;
}