Paleta de colores Cyan Sunset
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Cyan Sunset palette
CSS de la paleta de colores Cyan Sunset
/* CSS */
.color-1 {
color: #00bdd6;
}
.color-2 {
color: #1995fa;
}
.color-3 {
color: #22d828;
}
.color-4 {
color: #ffec3d;
}
.color-5 {
color: #ff9900;
}
/* CSS Variables */
:root {
--color-1: #00bdd6;
--color-2: #1995fa;
--color-3: #22d828;
--color-4: #ffec3d;
--color-5: #ff9900;
}
CSS del degradado de fondo Cyan Sunset
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00bdd6, #1995fa, #22d828, #ffec3d, #ff9900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00bdd6, #1995fa, #22d828, #ffec3d, #ff9900);
}
Paletas de colores similares
Cyan Sunset color palette created on .