Pink Candy Sweet カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Pink Candy Sweet palette
Pink Candy Sweet カラーパレット CSS
/* CSS */
.color-1 {
color: #ffb3d9;
}
.color-2 {
color: #ff7092;
}
.color-3 {
color: #ff5c8d;
}
.color-4 {
color: #ff2e62;
}
.color-5 {
color: #b93c7c;
}
/* CSS Variables */
:root {
--color-1: #ffb3d9;
--color-2: #ff7092;
--color-3: #ff5c8d;
--color-4: #ff2e62;
--color-5: #b93c7c;
}
Pink Candy Sweet の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3d9, #ff7092, #ff5c8d, #ff2e62, #b93c7c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3d9, #ff7092, #ff5c8d, #ff2e62, #b93c7c);
}
似たようなカラーパレット
下にスクロールして600+個のエステティックカラーパレットを探索しましょう
Pink Candy Sweet color palette created on .