Color names in this palette
CSS code for this palette
/* CSS */
.breath-of-spring {
color: #e5e2a9;
}
.witty-green {
color: #b5d99b;
}
.riviera-blue {
color: #64b3d8;
}
.quiet-night {
color: #3e8ebb;
}
.provocative {
color: #4b4f7c;
}
/* CSS Variables */
:root {
--breath-of-spring:#e5e2a9;
--witty-green:#b5d99b;
--riviera-blue:#64b3d8;
--quiet-night:#3e8ebb;
--provocative:#4b4f7c;
}