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