Paleta de colores Regent Street Breeze
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Regent Street Breeze palette
Imagen PNG de la paleta de colores Regent Street Breeze
CSS de la paleta de colores Regent Street Breeze
/* CSS */
.color-1 {
color: #a8d5e6;
}
.color-2 {
color: #b2e3f5;
}
.color-3 {
color: #f4e1b8;
}
.color-4 {
color: #f9cb9f;
}
.color-5 {
color: #ff6b6b;
}
/* CSS Variables */
:root {
--color-1: #a8d5e6;
--color-2: #b2e3f5;
--color-3: #f4e1b8;
--color-4: #f9cb9f;
--color-5: #ff6b6b;
}
CSS del degradado de fondo Regent Street Breeze
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d5e6, #b2e3f5, #f4e1b8, #f9cb9f, #ff6b6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d5e6, #b2e3f5, #f4e1b8, #f9cb9f, #ff6b6b);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 300+ paletas de colores Azul
Regent Street Breeze color palette created on .