Color names in this palette
CSS code for this palette
/* CSS */
.azulado {
color: #1e1e48;
}
.twilight {
color: #4c4f90;
}
.genteel-blue {
color: #6b8bb3;
}
.terrace-pool {
color: #a3d7e0;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--azulado:#1e1e48;
--twilight:#4c4f90;
--genteel-blue:#6b8bb3;
--terrace-pool:#a3d7e0;
--apricot-glazed-chicken:#f5a524;
}