Paleta de colores Twilight Ocean Embrace
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Twilight Ocean Embrace palette
CSS de la paleta de colores Twilight Ocean Embrace
/* CSS */
.color-1 {
color: #ec8b4b;
}
.color-2 {
color: #a193bd;
}
.color-3 {
color: #4e60a2;
}
.color-4 {
color: #0b3979;
}
.color-5 {
color: #032259;
}
/* CSS Variables */
:root {
--color-1: #ec8b4b;
--color-2: #a193bd;
--color-3: #4e60a2;
--color-4: #0b3979;
--color-5: #032259;
}
CSS del degradado de fondo Twilight Ocean Embrace
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ec8b4b, #a193bd, #4e60a2, #0b3979, #032259);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ec8b4b, #a193bd, #4e60a2, #0b3979, #032259);
}
Paletas de colores similares
Twilight Ocean Embrace color palette created on .