Purple Sunrise カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Purple Sunrise palette

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

Purple Sunrise カラーパレット CSS

/* CSS */
.color-1 {
color: #5e4b8b;
}
.color-2 {
color: #a87e00;
}
.color-3 {
color: #f6c80e;
}
.color-4 {
color: #f7a1b5;
}
.color-5 {
color: #db5f00;
}

/* CSS Variables */
:root {
--color-1: #5e4b8b;
--color-2: #a87e00;
--color-3: #f6c80e;
--color-4: #f7a1b5;
--color-5: #db5f00;
}

Purple Sunrise の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e4b8b, #a87e00, #f6c80e, #f7a1b5, #db5f00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e4b8b, #a87e00, #f6c80e, #f7a1b5, #db5f00);
}

似たようなカラーパレット

Purple Sunrise color palette created on .