Cocoa Dreamscape カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Cocoa Dreamscape palette
Cocoa Dreamscape カラーパレット CSS
/* CSS */
.color-1 {
color: #491d1d;
}
.color-2 {
color: #7c4b4b;
}
.color-3 {
color: #a86b6b;
}
.color-4 {
color: #dabda4;
}
.color-5 {
color: #e9caa0;
}
/* CSS Variables */
:root {
--color-1: #491d1d;
--color-2: #7c4b4b;
--color-3: #a86b6b;
--color-4: #dabda4;
--color-5: #e9caa0;
}
Cocoa Dreamscape の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #491d1d, #7c4b4b, #a86b6b, #dabda4, #e9caa0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #491d1d, #7c4b4b, #a86b6b, #dabda4, #e9caa0);
}
似たようなカラーパレット
Cocoa Dreamscape color palette created on .