Pink Sunshine カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Pink Sunshine palette
Pink Sunshine カラーパレット CSS
/* CSS */
.color-1 {
color: #f7c5a1;
}
.color-2 {
color: #f8a5b4;
}
.color-3 {
color: #f9bca4;
}
.color-4 {
color: #f5d07a;
}
.color-5 {
color: #f9d86c;
}
/* CSS Variables */
:root {
--color-1: #f7c5a1;
--color-2: #f8a5b4;
--color-3: #f9bca4;
--color-4: #f5d07a;
--color-5: #f9d86c;
}
Pink Sunshine の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5a1, #f8a5b4, #f9bca4, #f5d07a, #f9d86c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5a1, #f8a5b4, #f9bca4, #f5d07a, #f9d86c);
}
似たようなカラーパレット
下にスクロールして600+個のブライトカラーパレットを探索しましょう
Pink Sunshine color palette created on .