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