Paleta de colores Pink and Blue Clouds
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Pink and Blue Clouds palette
CSS de la paleta de colores Pink and Blue Clouds
/* CSS */
.color-1 {
color: #ff7092;
}
.color-2 {
color: #f9c8cb;
}
.color-3 {
color: #f2d4b5;
}
.color-4 {
color: #a1d3e8;
}
.color-5 {
color: #6b9cc2;
}
/* CSS Variables */
:root {
--color-1: #ff7092;
--color-2: #f9c8cb;
--color-3: #f2d4b5;
--color-4: #a1d3e8;
--color-5: #6b9cc2;
}
CSS del degradado de fondo Pink and Blue Clouds
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7092, #f9c8cb, #f2d4b5, #a1d3e8, #6b9cc2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7092, #f9c8cb, #f2d4b5, #a1d3e8, #6b9cc2);
}
Paletas de colores similares
Pink and Blue Clouds color palette created on .