Wine and Seafoam カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Wine and Seafoam palette
Wine and Seafoam カラー パレット PNG 画像
Wine and Seafoam カラーパレット CSS
/* CSS */
.color-1 {
color: #6d2c3e;
}
.color-2 {
color: #3c9f9c;
}
.color-3 {
color: #f1c40e;
}
.color-4 {
color: #bf3a2b;
}
.color-5 {
color: #e77e23;
}
/* CSS Variables */
:root {
--color-1: #6d2c3e;
--color-2: #3c9f9c;
--color-3: #f1c40e;
--color-4: #bf3a2b;
--color-5: #e77e23;
}
Wine and Seafoam の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d2c3e, #3c9f9c, #f1c40e, #bf3a2b, #e77e23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d2c3e, #3c9f9c, #f1c40e, #bf3a2b, #e77e23);
}
似たようなカラーパレット
Wine and Seafoam color palette created on .