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: #a9d6e5;
}
.color-2 {
color: #f9caae;
}
.color-3 {
color: #f29f78;
}
.color-4 {
color: #e66b5b;
}
.color-5 {
color: #c23f3d;
}

/* CSS Variables */
:root {
--color-1: #a9d6e5;
--color-2: #f9caae;
--color-3: #f29f78;
--color-4: #e66b5b;
--color-5: #c23f3d;
}

CSS del degradado de fondo Coral Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9d6e5, #f9caae, #f29f78, #e66b5b, #c23f3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9d6e5, #f9caae, #f29f78, #e66b5b, #c23f3d);
}

Coral Breeze color palette created on .