Color names in this palette
CSS code for this palette
/* CSS */
.chai-latte {
color: #f7c9a1;
}
.pink-marshmallow {
color: #f4b8d4;
}
.hanami-pink {
color: #f1a2e3;
}
.light-shimmer {
color: #a8d4f0;
}
.oregon-blue {
color: #3f86e4;
}
/* CSS Variables */
:root {
--chai-latte:#f7c9a1;
--pink-marshmallow:#f4b8d4;
--hanami-pink:#f1a2e3;
--light-shimmer:#a8d4f0;
--oregon-blue:#3f86e4;
}