Color names in this palette
CSS code for this palette
/* CSS */
.white-smoke {
color: #f5f5f5;
}
.lucid-dreams {
color: #cce7ff;
}
.shiva-blue {
color: #99d6ff;
}
.ti-n-l-n-sky {
color: #66b2ff;
}
.brilliant-azure {
color: #3399ff;
}
/* CSS Variables */
:root {
--white-smoke:#f5f5f5;
--lucid-dreams:#cce7ff;
--shiva-blue:#99d6ff;
--ti-n-l-n-sky:#66b2ff;
--brilliant-azure:#3399ff;
}