Color names in this palette
CSS code for this palette
/* CSS */
.just-blush {
color: #f9b4a4;
}
.pismo-dunes {
color: #f6d7a2;
}
.steam-chestnut {
color: #eae1a9;
}
.terrace-pool {
color: #a1d5e2;
}
.windstorm {
color: #6999c3;
}
/* CSS Variables */
:root {
--just-blush:#f9b4a4;
--pismo-dunes:#f6d7a2;
--steam-chestnut:#eae1a9;
--terrace-pool:#a1d5e2;
--windstorm:#6999c3;
}