Skyline Sales カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Skyline Sales palette

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

Skyline Sales カラーパレット CSS

/* CSS */
.color-1 {
color: #00a1e0;
}
.color-2 {
color: #0072f5;
}
.color-3 {
color: #e6b000;
}
.color-4 {
color: #ff6d1f;
}
.color-5 {
color: #d60000;
}

/* CSS Variables */
:root {
--color-1: #00a1e0;
--color-2: #0072f5;
--color-3: #e6b000;
--color-4: #ff6d1f;
--color-5: #d60000;
}

Skyline Sales の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a1e0, #0072f5, #e6b000, #ff6d1f, #d60000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a1e0, #0072f5, #e6b000, #ff6d1f, #d60000);
}

Skyline Sales color palette created on .