Sunshine Blooms カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunshine Blooms palette

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

Sunshine Blooms カラーパレット CSS

/* CSS */
.color-1 {
color: #f5e900;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #f47b1f;
}
.color-4 {
color: #f05c00;
}
.color-5 {
color: #e13e33;
}

/* CSS Variables */
:root {
--color-1: #f5e900;
--color-2: #f6b83c;
--color-3: #f47b1f;
--color-4: #f05c00;
--color-5: #e13e33;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e900, #f6b83c, #f47b1f, #f05c00, #e13e33);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e900, #f6b83c, #f47b1f, #f05c00, #e13e33);
}

Sunshine Blooms color palette created on .