Golden Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Dream palette

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

Golden Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #f1a94b;
}
.color-3 {
color: #f2936e;
}
.color-4 {
color: #c96489;
}
.color-5 {
color: #8b69ab;
}

/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #f1a94b;
--color-3: #f2936e;
--color-4: #c96489;
--color-5: #8b69ab;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #f1a94b, #f2936e, #c96489, #8b69ab);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #f1a94b, #f2936e, #c96489, #8b69ab);
}

Golden Dream color palette created on .