Color names in this palette
CSS code for this palette
/* CSS */
.clean-pool {
color: #5cc0eb;
}
.dayflower {
color: #3a9ad9;
}
.blue-vacation {
color: #1e7da9;
}
.ginger-milk {
color: #f6a65a;
}
.pink-pepper {
color: #f25a69;
}
/* CSS Variables */
:root {
--clean-pool:#5cc0eb;
--dayflower:#3a9ad9;
--blue-vacation:#1e7da9;
--ginger-milk:#f6a65a;
--pink-pepper:#f25a69;
}