Veiled Vibrance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Veiled Vibrance palette

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

Veiled Vibrance カラーパレット CSS

/* CSS */
.color-1 {
color: #fbc94b;
}
.color-2 {
color: #f29e4a;
}
.color-3 {
color: #f37f58;
}
.color-4 {
color: #c84c79;
}
.color-5 {
color: #8a4b9b;
}

/* CSS Variables */
:root {
--color-1: #fbc94b;
--color-2: #f29e4a;
--color-3: #f37f58;
--color-4: #c84c79;
--color-5: #8a4b9b;
}

Veiled Vibrance の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbc94b, #f29e4a, #f37f58, #c84c79, #8a4b9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbc94b, #f29e4a, #f37f58, #c84c79, #8a4b9b);
}

Veiled Vibrance color palette created on .