Paleta de colores Serene Coastal Sunrise
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Serene Coastal Sunrise palette
CSS de la paleta de colores Serene Coastal Sunrise
/* CSS */
.color-1 {
color: #fbfefe;
}
.color-2 {
color: #dcf6f9;
}
.color-3 {
color: #fcf0b6;
}
.color-4 {
color: #c6e4f0;
}
.color-5 {
color: #f7bfe2;
}
/* CSS Variables */
:root {
--color-1: #fbfefe;
--color-2: #dcf6f9;
--color-3: #fcf0b6;
--color-4: #c6e4f0;
--color-5: #f7bfe2;
}
CSS del degradado de fondo Serene Coastal Sunrise
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbfefe, #dcf6f9, #fcf0b6, #c6e4f0, #f7bfe2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbfefe, #dcf6f9, #fcf0b6, #c6e4f0, #f7bfe2);
}
Paletas de colores similares
Serene Coastal Sunrise color palette created on .