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