Paleta de colores Coral Breeze

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Coral Breeze palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Coral Breeze

Download coral breeze color palette PNG image (landscape)
Download coral breeze color palette PNG image (square)

CSS de la paleta de colores Coral Breeze

/* CSS */
.color-1 {
color: #f86754;
}
.color-2 {
color: #f8953f;
}
.color-3 {
color: #f8ce44;
}
.color-4 {
color: #aae4c4;
}
.color-5 {
color: #5ec5c0;
}

/* CSS Variables */
:root {
--color-1: #f86754;
--color-2: #f8953f;
--color-3: #f8ce44;
--color-4: #aae4c4;
--color-5: #5ec5c0;
}

CSS del degradado de fondo Coral Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f86754, #f8953f, #f8ce44, #aae4c4, #5ec5c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f86754, #f8953f, #f8ce44, #aae4c4, #5ec5c0);
}

Coral Breeze color palette created on .