/* CSS */
.color-1 {
color: #F0C17A;
}
.color-2 {
color: #DA4D16;
}
.color-3 {
color: #C8C0D3;
}
.color-4 {
color: #5E5E8D;
}
.color-5 {
color: #3D3E4C;
}
/* CSS Variables */
:root {
--color-1: #F0C17A;
--color-2: #DA4D16;
--color-3: #C8C0D3;
--color-4: #5E5E8D;
--color-5: #3D3E4C;
}/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #F0C17A, #DA4D16, #C8C0D3, #5E5E8D, #3D3E4C);
}/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #F0C17A, #DA4D16, #C8C0D3, #5E5E8D, #3D3E4C);
}Warm Augusto color palette created on .