Paleta de colores Sunset Over Strawberry Fields
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Sunset Over Strawberry Fields palette
CSS de la paleta de colores Sunset Over Strawberry Fields
/* CSS */
.color-1 {
color: #b6c8d8;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #e67a00;
}
.color-4 {
color: #db5f00;
}
.color-5 {
color: #9e3f00;
}
/* CSS Variables */
:root {
--color-1: #b6c8d8;
--color-2: #f0a800;
--color-3: #e67a00;
--color-4: #db5f00;
--color-5: #9e3f00;
}
CSS del degradado de fondo Sunset Over Strawberry Fields
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6c8d8, #f0a800, #e67a00, #db5f00, #9e3f00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6c8d8, #f0a800, #e67a00, #db5f00, #9e3f00);
}
Paletas de colores similares
Sunset Over Strawberry Fields color palette created on .