Selective Yellow Sunshine カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Selective Yellow Sunshine palette

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

Selective Yellow Sunshine カラーパレット CSS

/* CSS */
.color-1 {
color: #ffbb00;
}
.color-2 {
color: #ffd900;
}
.color-3 {
color: #f0c400;
}
.color-4 {
color: #f7e02b;
}
.color-5 {
color: #ff8c00;
}

/* CSS Variables */
:root {
--color-1: #ffbb00;
--color-2: #ffd900;
--color-3: #f0c400;
--color-4: #f7e02b;
--color-5: #ff8c00;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffbb00, #ffd900, #f0c400, #f7e02b, #ff8c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffbb00, #ffd900, #f0c400, #f7e02b, #ff8c00);
}

Selective Yellow Sunshine color palette created on .