Paleta de colores Serene Beryl
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Serene Beryl palette
Inspiración de Color
Imágenes que muestran esta paleta de colores en diseños reales
Descargar la paleta de colores Serene Beryl (PNG)
CSS de la paleta de colores Serene Beryl
/* CSS */
.color-1 {
color: #b0f4a4;
}
.color-2 {
color: #94f0a6;
}
.color-3 {
color: #55e2bd;
}
.color-4 {
color: #1b9bac;
}
.color-5 {
color: #136b71;
}
/* CSS Variables */
:root {
--color-1: #b0f4a4;
--color-2: #94f0a6;
--color-3: #55e2bd;
--color-4: #1b9bac;
--color-5: #136b71;
}
CSS del degradado de fondo Serene Beryl
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b0f4a4, #94f0a6, #55e2bd, #1b9bac, #136b71);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b0f4a4, #94f0a6, #55e2bd, #1b9bac, #136b71);
}
Paletas de colores similares
Serene Beryl color palette created on .