50's Vibes カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with 50's Vibes palette

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

50's Vibes カラーパレット CSS

/* CSS */
.color-1 {
color: #e6b93d;
}
.color-2 {
color: #f1e1a7;
}
.color-3 {
color: #f0a800;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #e63746;
}

/* CSS Variables */
:root {
--color-1: #e6b93d;
--color-2: #f1e1a7;
--color-3: #f0a800;
--color-4: #ff6e61;
--color-5: #e63746;
}

50's Vibes の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b93d, #f1e1a7, #f0a800, #ff6e61, #e63746);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b93d, #f1e1a7, #f0a800, #ff6e61, #e63746);
}

50's Vibes color palette created on .