Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d7e0;
}
.dainty-debutante {
color: #f6bbb6;
}
.maybe-maui {
color: #f6d58e;
}
.salomie {
color: #ffd77a;
}
.agrellan-badland {
color: #ffb347;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d7e0;
--dainty-debutante:#f6bbb6;
--maybe-maui:#f6d58e;
--salomie:#ffd77a;
--agrellan-badland:#ffb347;
}