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