Yellow Sunshine カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Yellow Sunshine palette

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

Yellow Sunshine カラーパレット CSS

/* CSS */
.color-1 {
color: #f0a400;
}
.color-2 {
color: #f6c80e;
}
.color-3 {
color: #f7e950;
}
.color-4 {
color: #e4f4ae;
}
.color-5 {
color: #69bf9c;
}

/* CSS Variables */
:root {
--color-1: #f0a400;
--color-2: #f6c80e;
--color-3: #f7e950;
--color-4: #e4f4ae;
--color-5: #69bf9c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a400, #f6c80e, #f7e950, #e4f4ae, #69bf9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a400, #f6c80e, #f7e950, #e4f4ae, #69bf9c);
}

Yellow Sunshine color palette created on .