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