Sunset Ripples カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Ripples palette

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

Sunset Ripples カラーパレット CSS

/* CSS */
.color-1 {
color: #f9d64e;
}
.color-2 {
color: #f7a950;
}
.color-3 {
color: #f58a3d;
}
.color-4 {
color: #ea5b3e;
}
.color-5 {
color: #da4e2b;
}

/* CSS Variables */
:root {
--color-1: #f9d64e;
--color-2: #f7a950;
--color-3: #f58a3d;
--color-4: #ea5b3e;
--color-5: #da4e2b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d64e, #f7a950, #f58a3d, #ea5b3e, #da4e2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d64e, #f7a950, #f58a3d, #ea5b3e, #da4e2b);
}

Sunset Ripples color palette created on .