Pulsar カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pulsar palette

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

Pulsar カラーパレット CSS

/* CSS */
.color-1 {
color: #2e228c;
}
.color-2 {
color: #433ebb;
}
.color-3 {
color: #716ad2;
}
.color-4 {
color: #a4a5ea;
}
.color-5 {
color: #bdcaff;
}

/* CSS Variables */
:root {
--color-1: #2e228c;
--color-2: #433ebb;
--color-3: #716ad2;
--color-4: #a4a5ea;
--color-5: #bdcaff;
}

Pulsar の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e228c, #433ebb, #716ad2, #a4a5ea, #bdcaff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e228c, #433ebb, #716ad2, #a4a5ea, #bdcaff);
}

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

Pulsar color palette created on .