Paleta de colores Warm Tones of Blue
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Warm Tones of Blue palette
CSS de la paleta de colores Warm Tones of Blue
/* CSS */
.color-1 {
color: #a3d7e0;
}
.color-2 {
color: #f6c2b6;
}
.color-3 {
color: #f0b98e;
}
.color-4 {
color: #e69f3d;
}
.color-5 {
color: #c77081;
}
/* CSS Variables */
:root {
--color-1: #a3d7e0;
--color-2: #f6c2b6;
--color-3: #f0b98e;
--color-4: #e69f3d;
--color-5: #c77081;
}
CSS del degradado de fondo Warm Tones of Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d7e0, #f6c2b6, #f0b98e, #e69f3d, #c77081);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d7e0, #f6c2b6, #f0b98e, #e69f3d, #c77081);
}
Paletas de colores similares
Warm Tones of Blue color palette created on .