Silken Cocoa Whispers カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Silken Cocoa Whispers palette

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

Silken Cocoa Whispers カラーパレット CSS

/* CSS */
.color-1 {
color: #e9d0b9;
}
.color-2 {
color: #c5a79b;
}
.color-3 {
color: #a57c69;
}
.color-4 {
color: #8c5a4a;
}
.color-5 {
color: #6e4c3a;
}

/* CSS Variables */
:root {
--color-1: #e9d0b9;
--color-2: #c5a79b;
--color-3: #a57c69;
--color-4: #8c5a4a;
--color-5: #6e4c3a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9d0b9, #c5a79b, #a57c69, #8c5a4a, #6e4c3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9d0b9, #c5a79b, #a57c69, #8c5a4a, #6e4c3a);
}

Silken Cocoa Whispers color palette created on .