Sunset Over Preston カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Over Preston palette

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

Sunset Over Preston カラーパレット CSS

/* CSS */
.color-1 {
color: #6a7f95;
}
.color-2 {
color: #b6c5d8;
}
.color-3 {
color: #f3e4aa;
}
.color-4 {
color: #f9a64e;
}
.color-5 {
color: #d44a3a;
}

/* CSS Variables */
:root {
--color-1: #6a7f95;
--color-2: #b6c5d8;
--color-3: #f3e4aa;
--color-4: #f9a64e;
--color-5: #d44a3a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a7f95, #b6c5d8, #f3e4aa, #f9a64e, #d44a3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a7f95, #b6c5d8, #f3e4aa, #f9a64e, #d44a3a);
}

Sunset Over Preston color palette created on .