Cocoa Dreamscape カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Cocoa Dreamscape palette
Cocoa Dreamscape カラーパレット CSS
/* CSS */
.color-1 {
color: #d69c76;
}
.color-2 {
color: #e6b9a8;
}
.color-3 {
color: #f2d4b1;
}
.color-4 {
color: #c7b2d7;
}
.color-5 {
color: #a3c7e0;
}
/* CSS Variables */
:root {
--color-1: #d69c76;
--color-2: #e6b9a8;
--color-3: #f2d4b1;
--color-4: #c7b2d7;
--color-5: #a3c7e0;
}
Cocoa Dreamscape の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d69c76, #e6b9a8, #f2d4b1, #c7b2d7, #a3c7e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d69c76, #e6b9a8, #f2d4b1, #c7b2d7, #a3c7e0);
}
似たようなカラーパレット
下にスクロールして5個のパステルカラーパレットを探索しましょう
Cocoa Dreamscape color palette created on .