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