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