Paleta de colores Coastal Sunlit Breeze
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Coastal Sunlit Breeze palette
Image Gallery

CSS de la paleta de colores Coastal Sunlit Breeze
/* CSS */
.color-1 {
color: #d7ae5b;
}
.color-2 {
color: #7594b3;
}
.color-3 {
color: #648caf;
}
.color-4 {
color: #a8772e;
}
.color-5 {
color: #507fa5;
}
/* CSS Variables */
:root {
--color-1: #d7ae5b;
--color-2: #7594b3;
--color-3: #648caf;
--color-4: #a8772e;
--color-5: #507fa5;
}
CSS del degradado de fondo Coastal Sunlit Breeze
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7ae5b, #7594b3, #648caf, #a8772e, #507fa5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7ae5b, #7594b3, #648caf, #a8772e, #507fa5);
}
Paletas de colores similares
Coastal Sunlit Breeze color palette created on .