Dark Cocoa Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dark Cocoa Shades palette

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

Dark Cocoa Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #3c2526;
}
.color-2 {
color: #5d4746;
}
.color-3 {
color: #936c75;
}
.color-4 {
color: #cfb0ba;
}
.color-5 {
color: #efd7dc;
}

/* CSS Variables */
:root {
--color-1: #3c2526;
--color-2: #5d4746;
--color-3: #936c75;
--color-4: #cfb0ba;
--color-5: #efd7dc;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c2526, #5d4746, #936c75, #cfb0ba, #efd7dc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c2526, #5d4746, #936c75, #cfb0ba, #efd7dc);
}

Dark Cocoa Shades color palette created on .