Purple Saturn カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Purple Saturn palette

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

Purple Saturn カラーパレット CSS

/* CSS */
.color-1 {
color: #3f2c90;
}
.color-2 {
color: #a26fae;
}
.color-3 {
color: #f8c572;
}
.color-4 {
color: #f9aeae;
}
.color-5 {
color: #f1c40e;
}

/* CSS Variables */
:root {
--color-1: #3f2c90;
--color-2: #a26fae;
--color-3: #f8c572;
--color-4: #f9aeae;
--color-5: #f1c40e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3f2c90, #a26fae, #f8c572, #f9aeae, #f1c40e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3f2c90, #a26fae, #f8c572, #f9aeae, #f1c40e);
}

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

Purple Saturn color palette created on .