Paleta de colores Teal and Coral Adventure
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Teal and Coral Adventure palette
CSS de la paleta de colores Teal and Coral Adventure
/* CSS */
.color-1 {
color: #6ad2c1;
}
.color-2 {
color: #f5a524;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #f15a27;
}
.color-5 {
color: #8c5d98;
}
/* CSS Variables */
:root {
--color-1: #6ad2c1;
--color-2: #f5a524;
--color-3: #ff6e61;
--color-4: #f15a27;
--color-5: #8c5d98;
}
CSS del degradado de fondo Teal and Coral Adventure
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6ad2c1, #f5a524, #ff6e61, #f15a27, #8c5d98);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6ad2c1, #f5a524, #ff6e61, #f15a27, #8c5d98);
}
Paletas de colores similares
Teal and Coral Adventure color palette created on .