Paleta de colores Sunset in the Garden of Peace
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Sunset in the Garden of Peace palette
CSS de la paleta de colores Sunset in the Garden of Peace
/* CSS */
.color-1 {
color: #f0e78e;
}
.color-2 {
color: #e2af40;
}
.color-3 {
color: #d6803d;
}
.color-4 {
color: #a44a3d;
}
.color-5 {
color: #5c2d3f;
}
/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #e2af40;
--color-3: #d6803d;
--color-4: #a44a3d;
--color-5: #5c2d3f;
}
CSS del degradado de fondo Sunset in the Garden of Peace
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #e2af40, #d6803d, #a44a3d, #5c2d3f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #e2af40, #d6803d, #a44a3d, #5c2d3f);
}
Paletas de colores similares
Sunset in the Garden of Peace color palette created on .