Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d6e0;
}
.windstorm {
color: #6999c3;
}
.brittany-blue {
color: #4c7f8a;
}
.snow-white-blush {
color: #f9aeae;
}
.oriole-yellow {
color: #f6d579;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d6e0;
--windstorm:#6999c3;
--brittany-blue:#4c7f8a;
--snow-white-blush:#f9aeae;
--oriole-yellow:#f6d579;
}