Paleta de colores Sunset Over Ocean Depths

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sunset Over Ocean Depths palette

Compartir esta paleta en:

CSS de la paleta de colores Sunset Over Ocean Depths

/* CSS */
.color-1 {
color: #f2882c;
}
.color-2 {
color: #3e5870;
}
.color-3 {
color: #012825;
}
.color-4 {
color: #a2c8b4;
}
.color-5 {
color: #f6d55a;
}

/* CSS Variables */
:root {
--color-1: #f2882c;
--color-2: #3e5870;
--color-3: #012825;
--color-4: #a2c8b4;
--color-5: #f6d55a;
}

CSS del degradado de fondo Sunset Over Ocean Depths

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2882c, #3e5870, #012825, #a2c8b4, #f6d55a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2882c, #3e5870, #012825, #a2c8b4, #f6d55a);
}

Sunset Over Ocean Depths color palette created on .