Color names in this palette
CSS code for this palette
/* CSS */
.tangaroa {
color: #1a2e3d;
}
.blue-loneliness {
color: #4a6c82;
}
.water-slide {
color: #a3d0d1;
}
.storm-lightning {
color: #f9e59f;
}
.royal-blush {
color: #f77055;
}
/* CSS Variables */
:root {
--tangaroa:#1a2e3d;
--blue-loneliness:#4a6c82;
--water-slide:#a3d0d1;
--storm-lightning:#f9e59f;
--royal-blush:#f77055;
}