Paleta de colores Coral Breeze
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Coral Breeze palette
CSS de la paleta de colores Coral Breeze
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6ea3b4;
}
.color-3 {
color: #a4d6d4;
}
.color-4 {
color: #f9c54e;
}
.color-5 {
color: #ff9b85;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6ea3b4;
--color-3: #a4d6d4;
--color-4: #f9c54e;
--color-5: #ff9b85;
}
CSS del degradado de fondo Coral Breeze
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6ea3b4, #a4d6d4, #f9c54e, #ff9b85);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6ea3b4, #a4d6d4, #f9c54e, #ff9b85);
}
Paletas de colores similares
Coral Breeze color palette created on .