Vibrant Skies カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Skies palette

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

Vibrant Skies カラーパレット CSS

/* CSS */
.color-1 {
color: #00a5e0;
}
.color-2 {
color: #f6df60;
}
.color-3 {
color: #ff6d1f;
}
.color-4 {
color: #f25a82;
}
.color-5 {
color: #6b8080;
}

/* CSS Variables */
:root {
--color-1: #00a5e0;
--color-2: #f6df60;
--color-3: #ff6d1f;
--color-4: #f25a82;
--color-5: #6b8080;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a5e0, #f6df60, #ff6d1f, #f25a82, #6b8080);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a5e0, #f6df60, #ff6d1f, #f25a82, #6b8080);
}

Vibrant Skies color palette created on .