Vibrant Purple カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Purple palette

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

Vibrant Purple カラーパレット CSS

/* CSS */
.color-1 {
color: #a1c8e8;
}
.color-2 {
color: #5c709d;
}
.color-3 {
color: #3b3b5e;
}
.color-4 {
color: #c73859;
}
.color-5 {
color: #f0a800;
}

/* CSS Variables */
:root {
--color-1: #a1c8e8;
--color-2: #5c709d;
--color-3: #3b3b5e;
--color-4: #c73859;
--color-5: #f0a800;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1c8e8, #5c709d, #3b3b5e, #c73859, #f0a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1c8e8, #5c709d, #3b3b5e, #c73859, #f0a800);
}

Vibrant Purple color palette created on .