Cuban Sunburst カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cuban Sunburst palette

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

Cuban Sunburst カラーパレット CSS

/* CSS */
.color-1 {
color: #fff49e;
}
.color-2 {
color: #f6c84c;
}
.color-3 {
color: #f59b2e;
}
.color-4 {
color: #e06029;
}
.color-5 {
color: #a72b20;
}

/* CSS Variables */
:root {
--color-1: #fff49e;
--color-2: #f6c84c;
--color-3: #f59b2e;
--color-4: #e06029;
--color-5: #a72b20;
}

Cuban Sunburst の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fff49e, #f6c84c, #f59b2e, #e06029, #a72b20);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fff49e, #f6c84c, #f59b2e, #e06029, #a72b20);
}

Cuban Sunburst color palette created on .