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