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: #d9a13f;
}
.color-2 {
color: #f3ca4f;
}
.color-3 {
color: #f4e3a4;
}
.color-4 {
color: #c5e0a4;
}
.color-5 {
color: #6bbd72;
}

/* CSS Variables */
:root {
--color-1: #d9a13f;
--color-2: #f3ca4f;
--color-3: #f4e3a4;
--color-4: #c5e0a4;
--color-5: #6bbd72;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9a13f, #f3ca4f, #f4e3a4, #c5e0a4, #6bbd72);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9a13f, #f3ca4f, #f4e3a4, #c5e0a4, #6bbd72);
}

Sunny Delight color palette created on .