Purple Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Purple Dream palette

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

Purple Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #602cb5;
}
.color-2 {
color: #a65ec9;
}
.color-3 {
color: #d1a3e0;
}
.color-4 {
color: #f5c2e6;
}
.color-5 {
color: #faf2d6;
}

/* CSS Variables */
:root {
--color-1: #602cb5;
--color-2: #a65ec9;
--color-3: #d1a3e0;
--color-4: #f5c2e6;
--color-5: #faf2d6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #602cb5, #a65ec9, #d1a3e0, #f5c2e6, #faf2d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #602cb5, #a65ec9, #d1a3e0, #f5c2e6, #faf2d6);
}

Purple Dream color palette created on .