Paleta de colores Serene Waters and Sunlit Shores
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Serene Waters and Sunlit Shores palette
CSS de la paleta de colores Serene Waters and Sunlit Shores
/* CSS */
.color-1 {
color: #a8e6cf;
}
.color-2 {
color: #b1eaf2;
}
.color-3 {
color: #ffe0b3;
}
.color-4 {
color: #f8b9ce;
}
.color-5 {
color: #1a227f;
}
/* CSS Variables */
:root {
--color-1: #a8e6cf;
--color-2: #b1eaf2;
--color-3: #ffe0b3;
--color-4: #f8b9ce;
--color-5: #1a227f;
}
CSS del degradado de fondo Serene Waters and Sunlit Shores
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8e6cf, #b1eaf2, #ffe0b3, #f8b9ce, #1a227f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8e6cf, #b1eaf2, #ffe0b3, #f8b9ce, #1a227f);
}
Paletas de colores similares
Serene Waters and Sunlit Shores color palette created on .