Color names in this palette
CSS code for this palette
/* CSS */
.lucid-dreams {
color: #cceaff;
}
.malm-ff {
color: #a3d7ff;
}
.chromis-damsel-blue {
color: #80c6ff;
}
.hello-summer {
color: #4db5ff;
}
.sky-of-magritte {
color: #0099ff;
}
/* CSS Variables */
:root {
--lucid-dreams:#cceaff;
--malm-ff:#a3d7ff;
--chromis-damsel-blue:#80c6ff;
--hello-summer:#4db5ff;
--sky-of-magritte:#0099ff;
}