Sunshine Cream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunshine Cream palette

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

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

Download sunshine cream color palette PNG image (landscape)
Download sunshine cream color palette PNG image (square)

Sunshine Cream カラーパレット CSS

/* CSS */
.color-1 {
color: #f9e66c;
}
.color-2 {
color: #f6e1a7;
}
.color-3 {
color: #f3d6a5;
}
.color-4 {
color: #f1d1a2;
}
.color-5 {
color: #f0d7b7;
}

/* CSS Variables */
:root {
--color-1: #f9e66c;
--color-2: #f6e1a7;
--color-3: #f3d6a5;
--color-4: #f1d1a2;
--color-5: #f0d7b7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e66c, #f6e1a7, #f3d6a5, #f1d1a2, #f0d7b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e66c, #f6e1a7, #f3d6a5, #f1d1a2, #f0d7b7);
}

Sunshine Cream color palette created on .