Cocoa Reverie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cocoa Reverie palette

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

Cocoa Reverie カラーパレット CSS

/* CSS */
.color-1 {
color: #4c3e3e;
}
.color-2 {
color: #5a4949;
}
.color-3 {
color: #7b5b5b;
}
.color-4 {
color: #a87e71;
}
.color-5 {
color: #d6afa4;
}

/* CSS Variables */
:root {
--color-1: #4c3e3e;
--color-2: #5a4949;
--color-3: #7b5b5b;
--color-4: #a87e71;
--color-5: #d6afa4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e3e, #5a4949, #7b5b5b, #a87e71, #d6afa4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e3e, #5a4949, #7b5b5b, #a87e71, #d6afa4);
}

Cocoa Reverie color palette created on .