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