Pink Shades カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Pink Shades palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Pink Shades カラーパレット (PNG) をダウンロード
Pink Shades カラーパレット CSS
/* CSS */
.color-1 {
color: #ff7092;
}
.color-2 {
color: #ff998a;
}
.color-3 {
color: #ffcb5c;
}
.color-4 {
color: #d3d66b;
}
.color-5 {
color: #690571;
}
/* CSS Variables */
:root {
--color-1: #ff7092;
--color-2: #ff998a;
--color-3: #ffcb5c;
--color-4: #d3d66b;
--color-5: #690571;
}
Pink Shades の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7092, #ff998a, #ffcb5c, #d3d66b, #690571);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7092, #ff998a, #ffcb5c, #d3d66b, #690571);
}
似たようなカラーパレット
Pink Shades color palette created on .