Paleta de colores Turquoise Morning
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Turquoise Morning palette
CSS de la paleta de colores Turquoise Morning
/* CSS */
.color-1 {
color: #9edbe0;
}
.color-2 {
color: #a4e0e5;
}
.color-3 {
color: #b9e4e1;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #f39c12;
}
/* CSS Variables */
:root {
--color-1: #9edbe0;
--color-2: #a4e0e5;
--color-3: #b9e4e1;
--color-4: #f1c84b;
--color-5: #f39c12;
}
CSS del degradado de fondo Turquoise Morning
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9edbe0, #a4e0e5, #b9e4e1, #f1c84b, #f39c12);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9edbe0, #a4e0e5, #b9e4e1, #f1c84b, #f39c12);
}
Paletas de colores similares
Turquoise Morning color palette created on .