Color names in this palette
CSS code for this palette
/* CSS */
.shovel-knight {
color: #3bc8e8;
}
.near-moon {
color: #60ebdd;
}
.pale-king-s-blue {
color: #a2f1e7;
}
.citrus-sachet {
color: #f4c9a4;
}
.poppy-petal {
color: #f89d8b;
}
/* CSS Variables */
:root {
--shovel-knight:#3bc8e8;
--near-moon:#60ebdd;
--pale-king-s-blue:#a2f1e7;
--citrus-sachet:#f4c9a4;
--poppy-petal:#f89d8b;
}