Vibrant Reverie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Reverie palette

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

Vibrant Reverie カラーパレット CSS

/* CSS */
.color-1 {
color: #fde94e;
}
.color-2 {
color: #f9a94e;
}
.color-3 {
color: #f26969;
}
.color-4 {
color: #e65b89;
}
.color-5 {
color: #9c4ebc;
}

/* CSS Variables */
:root {
--color-1: #fde94e;
--color-2: #f9a94e;
--color-3: #f26969;
--color-4: #e65b89;
--color-5: #9c4ebc;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fde94e, #f9a94e, #f26969, #e65b89, #9c4ebc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fde94e, #f9a94e, #f26969, #e65b89, #9c4ebc);
}

Vibrant Reverie color palette created on .