Cocoa Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cocoa Shades palette

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

Cocoa Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #3c2a2a;
}
.color-2 {
color: #6f4c3e;
}
.color-3 {
color: #a96c60;
}
.color-4 {
color: #e0b090;
}
.color-5 {
color: #f8e1b4;
}

/* CSS Variables */
:root {
--color-1: #3c2a2a;
--color-2: #6f4c3e;
--color-3: #a96c60;
--color-4: #e0b090;
--color-5: #f8e1b4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c2a2a, #6f4c3e, #a96c60, #e0b090, #f8e1b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c2a2a, #6f4c3e, #a96c60, #e0b090, #f8e1b4);
}

Cocoa Shades color palette created on .