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