Paleta de colores Nordic Breeze
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Nordic Breeze palette
Descargar la paleta de colores Nordic Breeze (PNG)
CSS de la paleta de colores Nordic Breeze
/* CSS */
.color-1 {
color: #a2c2e2;
}
.color-2 {
color: #b7d4e6;
}
.color-3 {
color: #dfeff6;
}
.color-4 {
color: #c0d8d3;
}
.color-5 {
color: #79af8d;
}
/* CSS Variables */
:root {
--color-1: #a2c2e2;
--color-2: #b7d4e6;
--color-3: #dfeff6;
--color-4: #c0d8d3;
--color-5: #79af8d;
}
CSS del degradado de fondo Nordic Breeze
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2c2e2, #b7d4e6, #dfeff6, #c0d8d3, #79af8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2c2e2, #b7d4e6, #dfeff6, #c0d8d3, #79af8d);
}
Paletas de colores similares
Nordic Breeze color palette created on .