James' Vibrant Voyage カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with James' Vibrant Voyage palette

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

James' Vibrant Voyage カラーパレット CSS

/* CSS */
.color-1 {
color: #3d91e6;
}
.color-2 {
color: #5acee2;
}
.color-3 {
color: #79e6b5;
}
.color-4 {
color: #f3e158;
}
.color-5 {
color: #f55f3d;
}

/* CSS Variables */
:root {
--color-1: #3d91e6;
--color-2: #5acee2;
--color-3: #79e6b5;
--color-4: #f3e158;
--color-5: #f55f3d;
}

James' Vibrant Voyage の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d91e6, #5acee2, #79e6b5, #f3e158, #f55f3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d91e6, #5acee2, #79e6b5, #f3e158, #f55f3d);
}

James' Vibrant Voyage color palette created on .