Cocoa Dreamscape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cocoa Dreamscape palette

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

Cocoa Dreamscape カラーパレット CSS

/* CSS */
.color-1 {
color: #3c2a2b;
}
.color-2 {
color: #5a3a35;
}
.color-3 {
color: #794a39;
}
.color-4 {
color: #a75f49;
}
.color-5 {
color: #d59a6c;
}

/* CSS Variables */
:root {
--color-1: #3c2a2b;
--color-2: #5a3a35;
--color-3: #794a39;
--color-4: #a75f49;
--color-5: #d59a6c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c2a2b, #5a3a35, #794a39, #a75f49, #d59a6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c2a2b, #5a3a35, #794a39, #a75f49, #d59a6c);
}

Cocoa Dreamscape color palette created on .