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