Dark Cocoa Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dark Cocoa Shades palette

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

Dark Cocoa Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #3c2c2a;
}
.color-2 {
color: #5d4f4b;
}
.color-3 {
color: #8e7c7b;
}
.color-4 {
color: #d2c2c1;
}
.color-5 {
color: #f8e9e8;
}

/* CSS Variables */
:root {
--color-1: #3c2c2a;
--color-2: #5d4f4b;
--color-3: #8e7c7b;
--color-4: #d2c2c1;
--color-5: #f8e9e8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c2c2a, #5d4f4b, #8e7c7b, #d2c2c1, #f8e9e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c2c2a, #5d4f4b, #8e7c7b, #d2c2c1, #f8e9e8);
}

Dark Cocoa Shades color palette created on .