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