Paleta de colores Blue Letter

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blue Letter palette

Compartir esta paleta en:

CSS de la paleta de colores Blue Letter

/* CSS */
.color-1 {
color: #f99f3e;
}
.color-2 {
color: #f3d77c;
}
.color-3 {
color: #a2c3d2;
}
.color-4 {
color: #6c8c93;
}
.color-5 {
color: #394a5b;
}

/* CSS Variables */
:root {
--color-1: #f99f3e;
--color-2: #f3d77c;
--color-3: #a2c3d2;
--color-4: #6c8c93;
--color-5: #394a5b;
}

CSS del degradado de fondo Blue Letter

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f99f3e, #f3d77c, #a2c3d2, #6c8c93, #394a5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f99f3e, #f3d77c, #a2c3d2, #6c8c93, #394a5b);
}

Blue Letter color palette created on .