Color names in this palette
CSS code for this palette
/* CSS */
.white-smoke {
color: #f4f5f6;
}
.rapture-blue {
color: #a7d6dd;
}
.shinbashi {
color: #5db8c6;
}
.latigo-bay {
color: #3b9b9b;
}
.pagoda-blue {
color: #1e808f;
}
/* CSS Variables */
:root {
--white-smoke:#f4f5f6;
--rapture-blue:#a7d6dd;
--shinbashi:#5db8c6;
--latigo-bay:#3b9b9b;
--pagoda-blue:#1e808f;
}