Color names in this palette
CSS code for this palette
/* CSS */
.carla {
color: #f8facc;
}
.spirit-whisper {
color: #e5f6bb;
}
.basil-smash {
color: #b7e59e;
}
.southern-belle {
color: #a4dac5;
}
.infinity-pool {
color: #92d3e3;
}
/* CSS Variables */
:root {
--carla:#f8facc;
--spirit-whisper:#e5f6bb;
--basil-smash:#b7e59e;
--southern-belle:#a4dac5;
--infinity-pool:#92d3e3;
}