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