Golden Blossoms カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Blossoms palette

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

Golden Blossoms カラーパレット CSS

/* CSS */
.color-1 {
color: #f5a524;
}
.color-2 {
color: #f7b5a1;
}
.color-3 {
color: #f1c3a2;
}
.color-4 {
color: #f9eab9;
}
.color-5 {
color: #f1c84b;
}

/* CSS Variables */
:root {
--color-1: #f5a524;
--color-2: #f7b5a1;
--color-3: #f1c3a2;
--color-4: #f9eab9;
--color-5: #f1c84b;
}

Golden Blossoms の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a524, #f7b5a1, #f1c3a2, #f9eab9, #f1c84b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a524, #f7b5a1, #f1c3a2, #f9eab9, #f1c84b);
}

Golden Blossoms color palette created on .