Vibrant Reverie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Reverie palette

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

Vibrant Reverie カラーパレット CSS

/* CSS */
.color-1 {
color: #f5a524;
}
.color-2 {
color: #f8e16d;
}
.color-3 {
color: #e8c468;
}
.color-4 {
color: #f15d22;
}
.color-5 {
color: #d72839;
}

/* CSS Variables */
:root {
--color-1: #f5a524;
--color-2: #f8e16d;
--color-3: #e8c468;
--color-4: #f15d22;
--color-5: #d72839;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a524, #f8e16d, #e8c468, #f15d22, #d72839);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a524, #f8e16d, #e8c468, #f15d22, #d72839);
}

Vibrant Reverie color palette created on .