Soft Cocoa カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Soft Cocoa palette

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

Soft Cocoa カラー パレット PNG 画像

Download soft cocoa color palette PNG image (landscape)
Download soft cocoa color palette PNG image (square)

Soft Cocoa カラーパレット CSS

/* CSS */
.color-1 {
color: #d6b19a;
}
.color-2 {
color: #d8c6b0;
}
.color-3 {
color: #e3cfc0;
}
.color-4 {
color: #f2e3d4;
}
.color-5 {
color: #f9f2ec;
}

/* CSS Variables */
:root {
--color-1: #d6b19a;
--color-2: #d8c6b0;
--color-3: #e3cfc0;
--color-4: #f2e3d4;
--color-5: #f9f2ec;
}

Soft Cocoa の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6b19a, #d8c6b0, #e3cfc0, #f2e3d4, #f9f2ec);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6b19a, #d8c6b0, #e3cfc0, #f2e3d4, #f9f2ec);
}

Soft Cocoa color palette created on .