Color names in this palette
CSS code for this palette
/* CSS */
.think-pink {
color: #e4a5c0;
}
.palace-rose {
color: #f9c8d4;
}
.corn-stalk {
color: #fddaa5;
}
.venetian-yellow {
color: #f5e69e;
}
.infinity-pool {
color: #94d7e6;
}
/* CSS Variables */
:root {
--think-pink:#e4a5c0;
--palace-rose:#f9c8d4;
--corn-stalk:#fddaa5;
--venetian-yellow:#f5e69e;
--infinity-pool:#94d7e6;
}