Paleta de colores Coral Breeze

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Coral Breeze palette

Compartir esta paleta en:

CSS de la paleta de colores Coral Breeze

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6f9ed8;
}
.color-3 {
color: #a4d6d1;
}
.color-4 {
color: #f7c6a6;
}
.color-5 {
color: #eab8d1;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6f9ed8;
--color-3: #a4d6d1;
--color-4: #f7c6a6;
--color-5: #eab8d1;
}

CSS del degradado de fondo Coral Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6f9ed8, #a4d6d1, #f7c6a6, #eab8d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6f9ed8, #a4d6d1, #f7c6a6, #eab8d1);
}

Coral Breeze color palette created on .