Color names in this palette
CSS code for this palette
/* CSS */
.dithered-sky {
color: #c2e0ff;
}
.terrace-pool {
color: #a3d8e0;
}
.seaborn {
color: #85c1b6;
}
.cream-blush {
color: #f6c598;
}
.porcelain-rose {
color: #f06d6a;
}
/* CSS Variables */
:root {
--dithered-sky:#c2e0ff;
--terrace-pool:#a3d8e0;
--seaborn:#85c1b6;
--cream-blush:#f6c598;
--porcelain-rose:#f06d6a;
}