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