Golden Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Shades palette

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

Golden Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #f7c94b;
}
.color-2 {
color: #f7a94b;
}
.color-3 {
color: #f7924b;
}
.color-4 {
color: #f77b4b;
}
.color-5 {
color: #f75c4b;
}

/* CSS Variables */
:root {
--color-1: #f7c94b;
--color-2: #f7a94b;
--color-3: #f7924b;
--color-4: #f77b4b;
--color-5: #f75c4b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c94b, #f7a94b, #f7924b, #f77b4b, #f75c4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c94b, #f7a94b, #f7924b, #f77b4b, #f75c4b);
}

Golden Shades color palette created on .