Cocoa Whisper カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cocoa Whisper palette

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

Cocoa Whisper カラーパレット CSS

/* CSS */
.color-1 {
color: #794c39;
}
.color-2 {
color: #a86d5d;
}
.color-3 {
color: #d1a789;
}
.color-4 {
color: #f5d8c7;
}
.color-5 {
color: #fff1e0;
}

/* CSS Variables */
:root {
--color-1: #794c39;
--color-2: #a86d5d;
--color-3: #d1a789;
--color-4: #f5d8c7;
--color-5: #fff1e0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #794c39, #a86d5d, #d1a789, #f5d8c7, #fff1e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #794c39, #a86d5d, #d1a789, #f5d8c7, #fff1e0);
}

Cocoa Whisper color palette created on .