Golden Rajah カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Rajah palette

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

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

Download golden rajah color palette PNG image (landscape)
Download golden rajah color palette PNG image (square)

Golden Rajah カラーパレット CSS

/* CSS */
.color-1 {
color: #f7b769;
}
.color-2 {
color: #e8a84f;
}
.color-3 {
color: #ddaa3c;
}
.color-4 {
color: #cdaa2d;
}
.color-5 {
color: #b9a82d;
}

/* CSS Variables */
:root {
--color-1: #f7b769;
--color-2: #e8a84f;
--color-3: #ddaa3c;
--color-4: #cdaa2d;
--color-5: #b9a82d;
}

Golden Rajah の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b769, #e8a84f, #ddaa3c, #cdaa2d, #b9a82d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b769, #e8a84f, #ddaa3c, #cdaa2d, #b9a82d);
}

Golden Rajah color palette created on .