Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.uptown-taupe {
color: #f0e3d6;
}
.witty-green {
color: #b7d99b;
}
.arizona-sunrise {
color: #eab8b9;
}
.cabbage-blossom-violet {
color: #704d7a;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--uptown-taupe:#f0e3d6;
--witty-green:#b7d99b;
--arizona-sunrise:#eab8b9;
--cabbage-blossom-violet:#704d7a;
}