Bold Purple and Red カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Bold Purple and Red palette

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

Bold Purple and Red カラーパレット CSS

/* CSS */
.color-1 {
color: #a400b3;
}
.color-2 {
color: #af4b9b;
}
.color-3 {
color: #4d9ddb;
}
.color-4 {
color: #f94e3e;
}
.color-5 {
color: #d1a03d;
}

/* CSS Variables */
:root {
--color-1: #a400b3;
--color-2: #af4b9b;
--color-3: #4d9ddb;
--color-4: #f94e3e;
--color-5: #d1a03d;
}

Bold Purple and Red の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a400b3, #af4b9b, #4d9ddb, #f94e3e, #d1a03d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a400b3, #af4b9b, #4d9ddb, #f94e3e, #d1a03d);
}

Bold Purple and Red color palette created on .