Color names in this palette
CSS code for this palette
/* CSS */
.cuddle {
color: #b9cbe9;
}
.precious-pink {
color: #f5b2b6;
}
.pineapple-juice {
color: #f9e67b;
}
.tropical-light {
color: #a3d96d;
}
.ginger-milk {
color: #f9a658;
}
/* CSS Variables */
:root {
--cuddle:#b9cbe9;
--precious-pink:#f5b2b6;
--pineapple-juice:#f9e67b;
--tropical-light:#a3d96d;
--ginger-milk:#f9a658;
}