Golden Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Shades palette

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

Golden Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #f2b62c;
}
.color-2 {
color: #f0a94c;
}
.color-3 {
color: #f6c151;
}
.color-4 {
color: #f8e2a5;
}
.color-5 {
color: #f9c7a4;
}

/* CSS Variables */
:root {
--color-1: #f2b62c;
--color-2: #f0a94c;
--color-3: #f6c151;
--color-4: #f8e2a5;
--color-5: #f9c7a4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2b62c, #f0a94c, #f6c151, #f8e2a5, #f9c7a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2b62c, #f0a94c, #f6c151, #f8e2a5, #f9c7a4);
}

Golden Shades color palette created on .