Paleta de colores Soft Pastel Blue
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Soft Pastel Blue palette
CSS de la paleta de colores Soft Pastel Blue
/* CSS */
.color-1 {
color: #f0e2b7;
}
.color-2 {
color: #e6b8a2;
}
.color-3 {
color: #daaad2;
}
.color-4 {
color: #b8c6e5;
}
.color-5 {
color: #7cb5b6;
}
/* CSS Variables */
:root {
--color-1: #f0e2b7;
--color-2: #e6b8a2;
--color-3: #daaad2;
--color-4: #b8c6e5;
--color-5: #7cb5b6;
}
CSS del degradado de fondo Soft Pastel Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e2b7, #e6b8a2, #daaad2, #b8c6e5, #7cb5b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e2b7, #e6b8a2, #daaad2, #b8c6e5, #7cb5b6);
}
Paletas de colores similares
Soft Pastel Blue color palette created on .