Digital Vibrance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Digital Vibrance palette

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

Digital Vibrance カラーパレット CSS

/* CSS */
.color-1 {
color: #4e88c6;
}
.color-2 {
color: #ff6d2e;
}
.color-3 {
color: #ffd53d;
}
.color-4 {
color: #6ecf6e;
}
.color-5 {
color: #f25a7d;
}

/* CSS Variables */
:root {
--color-1: #4e88c6;
--color-2: #ff6d2e;
--color-3: #ffd53d;
--color-4: #6ecf6e;
--color-5: #f25a7d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e88c6, #ff6d2e, #ffd53d, #6ecf6e, #f25a7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e88c6, #ff6d2e, #ffd53d, #6ecf6e, #f25a7d);
}

Digital Vibrance color palette created on .