Sunny Delight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunny Delight palette

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

Sunny Delight カラー パレット PNG 画像

Download sunny delight color palette PNG image (landscape)
Download sunny delight color palette PNG image (square)

Sunny Delight カラーパレット CSS

/* CSS */
.color-1 {
color: #f2df50;
}
.color-2 {
color: #f7c94b;
}
.color-3 {
color: #f89d35;
}
.color-4 {
color: #f47b25;
}
.color-5 {
color: #e84b2c;
}

/* CSS Variables */
:root {
--color-1: #f2df50;
--color-2: #f7c94b;
--color-3: #f89d35;
--color-4: #f47b25;
--color-5: #e84b2c;
}

Sunny Delight の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2df50, #f7c94b, #f89d35, #f47b25, #e84b2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2df50, #f7c94b, #f89d35, #f47b25, #e84b2c);
}

Sunny Delight color palette created on .