Rarity and Twilight Fusion Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rarity and Twilight Fusion palette
Rarity and Twilight Fusion color palette PNG image
Rarity and Twilight Fusion color palette CSS
/* CSS */
.color-1 {
color: #1f1b79;
}
.color-2 {
color: #7e5b9a;
}
.color-3 {
color: #c57c8f;
}
.color-4 {
color: #f2a6ad;
}
.color-5 {
color: #f9eaa4;
}
/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #7e5b9a;
--color-3: #c57c8f;
--color-4: #f2a6ad;
--color-5: #f9eaa4;
}
Rarity and Twilight Fusion background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #7e5b9a, #c57c8f, #f2a6ad, #f9eaa4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #7e5b9a, #c57c8f, #f2a6ad, #f9eaa4);
}
Similar color palettes
Rarity and Twilight Fusion color palette created on .