Yellow Confection カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Yellow Confection palette

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

Yellow Confection カラーパレット (PNG) をダウンロード

Download yellow confection color palette PNG image (landscape)
Download yellow confection color palette PNG image (square)

Yellow Confection カラーパレット CSS

/* CSS */
.color-1 {
color: #f6ec60;
}
.color-2 {
color: #f2d40d;
}
.color-3 {
color: #faa700;
}
.color-4 {
color: #f6b83c;
}
.color-5 {
color: #f5c400;
}

/* CSS Variables */
:root {
--color-1: #f6ec60;
--color-2: #f2d40d;
--color-3: #faa700;
--color-4: #f6b83c;
--color-5: #f5c400;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6ec60, #f2d40d, #faa700, #f6b83c, #f5c400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6ec60, #f2d40d, #faa700, #f6b83c, #f5c400);
}

Yellow Confection color palette created on .