中世な秘密基地 Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with 中世な秘密基地 palette

Share this palette to:

中世な秘密基地 color palette PNG image

Download 中世な秘密基地 color palette PNG image (landscape)
Download 中世な秘密基地 color palette PNG image (square)

中世な秘密基地 color palette CSS

/* CSS */
.color-1 {
color: #4d3d6b;
}
.color-2 {
color: #6c5b80;
}
.color-3 {
color: #c06d84;
}
.color-4 {
color: #f67481;
}
.color-5 {
color: #fab700;
}

/* CSS Variables */
:root {
--color-1: #4d3d6b;
--color-2: #6c5b80;
--color-3: #c06d84;
--color-4: #f67481;
--color-5: #fab700;
}

中世な秘密基地 background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d3d6b, #6c5b80, #c06d84, #f67481, #fab700);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d3d6b, #6c5b80, #c06d84, #f67481, #fab700);
}

中世な秘密基地 color palette created on .