Paleta de colores Opulent Exchange
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Opulent Exchange palette
CSS de la paleta de colores Opulent Exchange
/* CSS */
.color-1 {
color: #1d4d8c;
}
.color-2 {
color: #3b8a9b;
}
.color-3 {
color: #5fbf9f;
}
.color-4 {
color: #88d7a4;
}
.color-5 {
color: #f5c400;
}
/* CSS Variables */
:root {
--color-1: #1d4d8c;
--color-2: #3b8a9b;
--color-3: #5fbf9f;
--color-4: #88d7a4;
--color-5: #f5c400;
}
CSS del degradado de fondo Opulent Exchange
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d4d8c, #3b8a9b, #5fbf9f, #88d7a4, #f5c400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d4d8c, #3b8a9b, #5fbf9f, #88d7a4, #f5c400);
}
Paletas de colores similares
Opulent Exchange color palette created on .