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