Sakura Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sakura Sunset palette

このパレットを共有する先:

Sakura Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #f3c058;
}
.color-2 {
color: #f47b1f;
}
.color-3 {
color: #e02e3d;
}
.color-4 {
color: #c84c92;
}
.color-5 {
color: #8c3e8e;
}

/* CSS Variables */
:root {
--color-1: #f3c058;
--color-2: #f47b1f;
--color-3: #e02e3d;
--color-4: #c84c92;
--color-5: #8c3e8e;
}

Sakura Sunset の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3c058, #f47b1f, #e02e3d, #c84c92, #8c3e8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3c058, #f47b1f, #e02e3d, #c84c92, #8c3e8e);
}

Sakura Sunset color palette created on .