Yellow Swirl カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Yellow Swirl palette

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

Yellow Swirl カラーパレット CSS

/* CSS */
.color-1 {
color: #ffc20a;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffda75;
}
.color-4 {
color: #ffe8a3;
}
.color-5 {
color: #fff5c2;
}

/* CSS Variables */
:root {
--color-1: #ffc20a;
--color-2: #ffb84d;
--color-3: #ffda75;
--color-4: #ffe8a3;
--color-5: #fff5c2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc20a, #ffb84d, #ffda75, #ffe8a3, #fff5c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc20a, #ffb84d, #ffda75, #ffe8a3, #fff5c2);
}

似たようなカラーパレット

Yellow Swirl color palette created on .