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