Vibrant Afterlife カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Afterlife palette

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

Vibrant Afterlife カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6b6b;
}
.color-2 {
color: #f7c750;
}
.color-3 {
color: #4c9eeb;
}
.color-4 {
color: #7dedc8;
}
.color-5 {
color: #f39c12;
}

/* CSS Variables */
:root {
--color-1: #ff6b6b;
--color-2: #f7c750;
--color-3: #4c9eeb;
--color-4: #7dedc8;
--color-5: #f39c12;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6b6b, #f7c750, #4c9eeb, #7dedc8, #f39c12);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6b6b, #f7c750, #4c9eeb, #7dedc8, #f39c12);
}

Vibrant Afterlife color palette created on .