Color names in this palette
CSS code for this palette
/* CSS */
.french-pass {
color: #a3d5e0;
}
.refreshing-pool {
color: #b8e5e5;
}
.frosty-mint {
color: #def7ef;
}
.dwindling-dandelion {
color: #f9e9d7;
}
.precious-pink {
color: #f7b3b1;
}
/* CSS Variables */
:root {
--french-pass:#a3d5e0;
--refreshing-pool:#b8e5e5;
--frosty-mint:#def7ef;
--dwindling-dandelion:#f9e9d7;
--precious-pink:#f7b3b1;
}