Paleta de colores Celestial Feathers

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Feathers palette

Compartir esta paleta en:

CSS de la paleta de colores Celestial Feathers

/* CSS */
.color-1 {
color: #4b8ca0;
}
.color-2 {
color: #66b2b7;
}
.color-3 {
color: #a3e0d8;
}
.color-4 {
color: #f4c3b3;
}
.color-5 {
color: #f2a6b1;
}

/* CSS Variables */
:root {
--color-1: #4b8ca0;
--color-2: #66b2b7;
--color-3: #a3e0d8;
--color-4: #f4c3b3;
--color-5: #f2a6b1;
}

CSS del degradado de fondo Celestial Feathers

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b8ca0, #66b2b7, #a3e0d8, #f4c3b3, #f2a6b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b8ca0, #66b2b7, #a3e0d8, #f4c3b3, #f2a6b1);
}

Celestial Feathers color palette created on .