Paleta de colores Golden Purple
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Golden Purple palette
CSS de la paleta de colores Golden Purple
/* CSS */
.color-1 {
color: #f7c64a;
}
.color-2 {
color: #d95f26;
}
.color-3 {
color: #7c3f92;
}
.color-4 {
color: #4920a2;
}
.color-5 {
color: #2a9d90;
}
/* CSS Variables */
:root {
--color-1: #f7c64a;
--color-2: #d95f26;
--color-3: #7c3f92;
--color-4: #4920a2;
--color-5: #2a9d90;
}
CSS del degradado de fondo Golden Purple
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c64a, #d95f26, #7c3f92, #4920a2, #2a9d90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c64a, #d95f26, #7c3f92, #4920a2, #2a9d90);
}
Paletas de colores similares
- Fate of the Sixtieth Tear
- Burning Forest
- Fire
- Hermes Inspired
- Осень
- Apricot Dream
- Shades of Yellow Orange Red
- Nile Gold Ventures
- Gingerbread Dreams
- Shades of Yellow and Red
- Sunny Orchard Harmony
- Golden Echoes of Ancient Civilizations
- Autumnal Ember
- Golden Oven Delights
- Ant-icipated Sunset
- Sunlit Citrus Dream
- Autumn Gold
Golden Purple color palette created on .