Paleta de colores Clair

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Clair palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Clair

Download clair color palette PNG image (landscape)
Download clair color palette PNG image (square)

CSS de la paleta de colores Clair

/* CSS */
.color-1 {
color: #f5a524;
}
.color-2 {
color: #f8e1a5;
}
.color-3 {
color: #f4e3d7;
}
.color-4 {
color: #d5b5e8;
}
.color-5 {
color: #a494d6;
}

/* CSS Variables */
:root {
--color-1: #f5a524;
--color-2: #f8e1a5;
--color-3: #f4e3d7;
--color-4: #d5b5e8;
--color-5: #a494d6;
}

CSS del degradado de fondo Clair

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a524, #f8e1a5, #f4e3d7, #d5b5e8, #a494d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a524, #f8e1a5, #f4e3d7, #d5b5e8, #a494d6);
}

Clair color palette created on .