Golden Feline カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Feline palette

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

Golden Feline カラー パレット PNG 画像

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

Golden Feline カラーパレット CSS

/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #eaba2a;
}
.color-3 {
color: #e0ae1a;
}
.color-4 {
color: #c78b00;
}
.color-5 {
color: #805e00;
}

/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #eaba2a;
--color-3: #e0ae1a;
--color-4: #c78b00;
--color-5: #805e00;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #eaba2a, #e0ae1a, #c78b00, #805e00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #eaba2a, #e0ae1a, #c78b00, #805e00);
}

Golden Feline color palette created on .