Frosted Golds カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Frosted Golds palette

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

Frosted Golds カラーパレット CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #f3e1a0;
}
.color-4 {
color: #e6b800;
}
.color-5 {
color: #d6a400;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f1c84b;
--color-3: #f3e1a0;
--color-4: #e6b800;
--color-5: #d6a400;
}

Frosted Golds の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f1c84b, #f3e1a0, #e6b800, #d6a400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f1c84b, #f3e1a0, #e6b800, #d6a400);
}

Frosted Golds color palette created on .