Paleta de colores Engineered Elegance
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Engineered Elegance palette
CSS de la paleta de colores Engineered Elegance
/* CSS */
.color-1 {
color: #fd7063;
}
.color-2 {
color: #f6b53c;
}
.color-3 {
color: #2cd327;
}
.color-4 {
color: #16b19f;
}
.color-5 {
color: #144f66;
}
/* CSS Variables */
:root {
--color-1: #fd7063;
--color-2: #f6b53c;
--color-3: #2cd327;
--color-4: #16b19f;
--color-5: #144f66;
}
CSS del degradado de fondo Engineered Elegance
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fd7063, #f6b53c, #2cd327, #16b19f, #144f66);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fd7063, #f6b53c, #2cd327, #16b19f, #144f66);
}
Paletas de colores similares
Engineered Elegance color palette created on .