Paleta de colores Coral Sky

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Coral Sky palette

Compartir esta paleta en:

CSS de la paleta de colores Coral Sky

/* CSS */
.color-1 {
color: #fe7948;
}
.color-2 {
color: #feb343;
}
.color-3 {
color: #fee271;
}
.color-4 {
color: #62ebfd;
}
.color-5 {
color: #4daffe;
}

/* CSS Variables */
:root {
--color-1: #fe7948;
--color-2: #feb343;
--color-3: #fee271;
--color-4: #62ebfd;
--color-5: #4daffe;
}

CSS del degradado de fondo Coral Sky

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fe7948, #feb343, #fee271, #62ebfd, #4daffe);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fe7948, #feb343, #fee271, #62ebfd, #4daffe);
}

Coral Sky color palette created on .