Retro Citrus Vibes カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Retro Citrus Vibes palette

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

Retro Citrus Vibes カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ffa047;
}
.color-3 {
color: #ffcc7a;
}
.color-4 {
color: #f6d52c;
}
.color-5 {
color: #e43f25;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffa047;
--color-3: #ffcc7a;
--color-4: #f6d52c;
--color-5: #e43f25;
}

Retro Citrus Vibes の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffa047, #ffcc7a, #f6d52c, #e43f25);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffa047, #ffcc7a, #f6d52c, #e43f25);
}

Retro Citrus Vibes color palette created on .