Sakura Sunshine Bliss カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sakura Sunshine Bliss palette

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

Sakura Sunshine Bliss カラーパレット CSS

/* CSS */
.color-1 {
color: #f7b1b4;
}
.color-2 {
color: #ffda75;
}
.color-3 {
color: #ff998a;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #fcebba;
}

/* CSS Variables */
:root {
--color-1: #f7b1b4;
--color-2: #ffda75;
--color-3: #ff998a;
--color-4: #ff6e61;
--color-5: #fcebba;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b1b4, #ffda75, #ff998a, #ff6e61, #fcebba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b1b4, #ffda75, #ff998a, #ff6e61, #fcebba);
}

Sakura Sunshine Bliss color palette created on .