Cocoa Delight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cocoa Delight palette

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

Cocoa Delight カラーパレット CSS

/* CSS */
.color-1 {
color: #714e38;
}
.color-2 {
color: #4d3e33;
}
.color-3 {
color: #3d3229;
}
.color-4 {
color: #c19f6c;
}
.color-5 {
color: #e6b70f;
}

/* CSS Variables */
:root {
--color-1: #714e38;
--color-2: #4d3e33;
--color-3: #3d3229;
--color-4: #c19f6c;
--color-5: #e6b70f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #714e38, #4d3e33, #3d3229, #c19f6c, #e6b70f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #714e38, #4d3e33, #3d3229, #c19f6c, #e6b70f);
}

Cocoa Delight color palette created on .