Royal Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Royal Elegance palette

このパレットを共有する先:

Royal Elegance カラー パレット PNG 画像

Download royal elegance color palette PNG image (landscape)
Download royal elegance color palette PNG image (square)

Royal Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #1c1c1c;
}
.color-2 {
color: #a78c2a;
}
.color-3 {
color: #5c4b8b;
}
.color-4 {
color: #e6d460;
}
.color-5 {
color: #d4c1e1;
}

/* CSS Variables */
:root {
--color-1: #1c1c1c;
--color-2: #a78c2a;
--color-3: #5c4b8b;
--color-4: #e6d460;
--color-5: #d4c1e1;
}

Royal Elegance の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c1c, #a78c2a, #5c4b8b, #e6d460, #d4c1e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c1c, #a78c2a, #5c4b8b, #e6d460, #d4c1e1);
}

Royal Elegance color palette created on .