Paleta de colores Orange Sea
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Orange Sea palette
CSS de la paleta de colores Orange Sea
/* CSS */
.color-1 {
color: #f3ab5e;
}
.color-2 {
color: #e87d4f;
}
.color-3 {
color: #d6613d;
}
.color-4 {
color: #c44f3b;
}
.color-5 {
color: #b34d7c;
}
/* CSS Variables */
:root {
--color-1: #f3ab5e;
--color-2: #e87d4f;
--color-3: #d6613d;
--color-4: #c44f3b;
--color-5: #b34d7c;
}
CSS del degradado de fondo Orange Sea
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3ab5e, #e87d4f, #d6613d, #c44f3b, #b34d7c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3ab5e, #e87d4f, #d6613d, #c44f3b, #b34d7c);
}
Paletas de colores similares
Orange Sea color palette created on .