Yellow Sunflower カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Yellow Sunflower palette

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

Yellow Sunflower カラーパレット CSS

/* CSS */
.color-1 {
color: #f6d12c;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #e6a400;
}
.color-4 {
color: #c78100;
}
.color-5 {
color: #8a5a00;
}

/* CSS Variables */
:root {
--color-1: #f6d12c;
--color-2: #f0a800;
--color-3: #e6a400;
--color-4: #c78100;
--color-5: #8a5a00;
}

Yellow Sunflower の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d12c, #f0a800, #e6a400, #c78100, #8a5a00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d12c, #f0a800, #e6a400, #c78100, #8a5a00);
}

Yellow Sunflower color palette created on .