Color names in this palette
CSS code for this palette
/* CSS */
.tickled-pink {
color: #f2a6bf;
}
.rose-shadow {
color: #f9c3cf;
}
.first-impression {
color: #f5e5e7;
}
.fly-a-kite {
color: #c6d7f6;
}
.blue-dart {
color: #4e8fd4;
}
/* CSS Variables */
:root {
--tickled-pink:#f2a6bf;
--rose-shadow:#f9c3cf;
--first-impression:#f5e5e7;
--fly-a-kite:#c6d7f6;
--blue-dart:#4e8fd4;
}