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