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