Color names in this palette
CSS code for this palette
/* CSS */
.cyan-cornflower-blue {
color: #1e8bbe;
}
.oasis-spring {
color: #4ba5c3;
}
.valonia {
color: #7dc8d4;
}
.ash-rose {
color: #b78080;
}
.parfait {
color: #c8a8a2;
}
/* CSS Variables */
:root {
--cyan-cornflower-blue:#1e8bbe;
--oasis-spring:#4ba5c3;
--valonia:#7dc8d4;
--ash-rose:#b78080;
--parfait:#c8a8a2;
}