Color names in this palette
CSS code for this palette
/* CSS */
.indigo-hamlet {
color: #1c4087;
}
.indigo-batik {
color: #3f6aa6;
}
.xavier-blue {
color: #6bb3e1;
}
.yellow-petal {
color: #f0e34c;
}
.ginger-milk {
color: #f7a350;
}
/* CSS Variables */
:root {
--indigo-hamlet:#1c4087;
--indigo-batik:#3f6aa6;
--xavier-blue:#6bb3e1;
--yellow-petal:#f0e34c;
--ginger-milk:#f7a350;
}