Color names in this palette
CSS code for this palette
/* CSS */
.way-beyond-the-blue {
color: #198bd7;
}
.lake-thun {
color: #4ab5e3;
}
.kul-sharif-blue {
color: #84d4f6;
}
.azure-sky {
color: #b3e2f4;
}
.coastal-breeze {
color: #e0f7fa;
}
/* CSS Variables */
:root {
--way-beyond-the-blue:#198bd7;
--lake-thun:#4ab5e3;
--kul-sharif-blue:#84d4f6;
--azure-sky:#b3e2f4;
--coastal-breeze:#e0f7fa;
}