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: #f0e78e;
}
.color-2 {
color: #d3c5a7;
}
.color-3 {
color: #a1c6d4;
}
.color-4 {
color: #7c9dd5;
}
.color-5 {
color: #6e4d80;
}
/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #d3c5a7;
--color-3: #a1c6d4;
--color-4: #7c9dd5;
--color-5: #6e4d80;
}
CSS del degradado de fondo Serene Embrace
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #d3c5a7, #a1c6d4, #7c9dd5, #6e4d80);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #d3c5a7, #a1c6d4, #7c9dd5, #6e4d80);
}
Paletas de colores similares
Serene Embrace color palette created on .