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