Sophie’s Garden Party カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Sophie’s Garden Party palette
Sophie’s Garden Party カラーパレット CSS
/* CSS */
.color-1 {
color: #f6cbd6;
}
.color-2 {
color: #f7b6c9;
}
.color-3 {
color: #f99ab8;
}
.color-4 {
color: #f1a68e;
}
.color-5 {
color: #f1c55f;
}
/* CSS Variables */
:root {
--color-1: #f6cbd6;
--color-2: #f7b6c9;
--color-3: #f99ab8;
--color-4: #f1a68e;
--color-5: #f1c55f;
}
Sophie’s Garden Party の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6cbd6, #f7b6c9, #f99ab8, #f1a68e, #f1c55f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6cbd6, #f7b6c9, #f99ab8, #f1a68e, #f1c55f);
}
似たようなカラーパレット
Sophie’s Garden Party color palette created on .