Cocoa Dreamscape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cocoa Dreamscape palette

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

Cocoa Dreamscape カラーパレット CSS

/* CSS */
.color-1 {
color: #5c3b2d;
}
.color-2 {
color: #9e534c;
}
.color-3 {
color: #dfaf7c;
}
.color-4 {
color: #e5c4a4;
}
.color-5 {
color: #f4e0d7;
}

/* CSS Variables */
:root {
--color-1: #5c3b2d;
--color-2: #9e534c;
--color-3: #dfaf7c;
--color-4: #e5c4a4;
--color-5: #f4e0d7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c3b2d, #9e534c, #dfaf7c, #e5c4a4, #f4e0d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c3b2d, #9e534c, #dfaf7c, #e5c4a4, #f4e0d7);
}

Cocoa Dreamscape color palette created on .