Cocoa Dreamscape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cocoa Dreamscape palette

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

Cocoa Dreamscape カラーパレット CSS

/* CSS */
.color-1 {
color: #4e3b31;
}
.color-2 {
color: #b89a8e;
}
.color-3 {
color: #d7c4b2;
}
.color-4 {
color: #f0e0d6;
}
.color-5 {
color: #f4c2b3;
}

/* CSS Variables */
:root {
--color-1: #4e3b31;
--color-2: #b89a8e;
--color-3: #d7c4b2;
--color-4: #f0e0d6;
--color-5: #f4c2b3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e3b31, #b89a8e, #d7c4b2, #f0e0d6, #f4c2b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e3b31, #b89a8e, #d7c4b2, #f0e0d6, #f4c2b3);
}

Cocoa Dreamscape color palette created on .