Regal Dominion Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Regal Dominion palette
Regal Dominion color palette CSS
/* CSS */
.color-1 {
color: #1a1f4c;
}
.color-2 {
color: #3b4c8c;
}
.color-3 {
color: #7e9cc4;
}
.color-4 {
color: #a3c2e0;
}
.color-5 {
color: #f1e4e7;
}
/* CSS Variables */
:root {
--color-1: #1a1f4c;
--color-2: #3b4c8c;
--color-3: #7e9cc4;
--color-4: #a3c2e0;
--color-5: #f1e4e7;
}
Regal Dominion background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1f4c, #3b4c8c, #7e9cc4, #a3c2e0, #f1e4e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1f4c, #3b4c8c, #7e9cc4, #a3c2e0, #f1e4e7);
}
Similar color palettes
Regal Dominion color palette created on .