Sakura Sunset カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Sakura Sunset palette
Sakura Sunset カラーパレット (PNG) をダウンロード
Sakura Sunset カラーパレット CSS
/* CSS */
.color-1 {
color: #f3a582;
}
.color-2 {
color: #f7c6a1;
}
.color-3 {
color: #f8e1d3;
}
.color-4 {
color: #e4b5a0;
}
.color-5 {
color: #e76e6e;
}
/* CSS Variables */
:root {
--color-1: #f3a582;
--color-2: #f7c6a1;
--color-3: #f8e1d3;
--color-4: #e4b5a0;
--color-5: #e76e6e;
}
Sakura Sunset の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a582, #f7c6a1, #f8e1d3, #e4b5a0, #e76e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a582, #f7c6a1, #f8e1d3, #e4b5a0, #e76e6e);
}
似たようなカラーパレット
Sakura Sunset color palette created on .