Elegant Castle カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Elegant Castle palette

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

Elegant Castle カラーパレット (PNG) をダウンロード

Download elegant castle color palette PNG image (landscape)
Download elegant castle color palette PNG image (square)

Elegant Castle カラーパレット CSS

/* CSS */
.color-1 {
color: #e0b700;
}
.color-2 {
color: #f5d400;
}
.color-3 {
color: #f9e59f;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #c5a249;
}

/* CSS Variables */
:root {
--color-1: #e0b700;
--color-2: #f5d400;
--color-3: #f9e59f;
--color-4: #ffffff;
--color-5: #c5a249;
}

Elegant Castle の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0b700, #f5d400, #f9e59f, #ffffff, #c5a249);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0b700, #f5d400, #f9e59f, #ffffff, #c5a249);
}

Elegant Castle color palette created on .