Color names in this palette
CSS code for this palette
/* CSS */
.3am-in-shibuya {
color: #1f4e7a;
}
.boat-house {
color: #498dc1;
}
.tranquil-bay {
color: #76b2e0;
}
.chefchaouen-blue {
color: #a4d4e5;
}
.distant-horizon {
color: #f0f8f9;
}
/* CSS Variables */
:root {
--3am-in-shibuya:#1f4e7a;
--boat-house:#498dc1;
--tranquil-bay:#76b2e0;
--chefchaouen-blue:#a4d4e5;
--distant-horizon:#f0f8f9;
}