Color names in this palette
CSS code for this palette
/* CSS */
.baby-bunting {
color: #aac7e9;
}
.antique-wicker-basket {
color: #f2d2a1;
}
.pink-fit {
color: #f6a7af;
}
.heroic-heron {
color: #c9d4e9;
}
.great-serpent {
color: #4b70a0;
}
/* CSS Variables */
:root {
--baby-bunting:#aac7e9;
--antique-wicker-basket:#f2d2a1;
--pink-fit:#f6a7af;
--heroic-heron:#c9d4e9;
--great-serpent:#4b70a0;
}