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