Color names in this palette
CSS code for this palette
/* CSS */
.limoges {
color: #1f3d6f;
}
.azraq-blue {
color: #4a6cb0;
}
.blue-gourami {
color: #6ba4d6;
}
.echo-iris {
color: #b6e3f6;
}
.floral-leaf {
color: #ffb84d;
}
/* CSS Variables */
:root {
--limoges:#1f3d6f;
--azraq-blue:#4a6cb0;
--blue-gourami:#6ba4d6;
--echo-iris:#b6e3f6;
--floral-leaf:#ffb84d;
}