Radiant Resilience カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Radiant Resilience palette

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

Radiant Resilience カラーパレット CSS

/* CSS */
.color-1 {
color: #f9d59f;
}
.color-2 {
color: #fbaf3c;
}
.color-3 {
color: #f76a55;
}
.color-4 {
color: #a93b37;
}
.color-5 {
color: #5c3f8d;
}

/* CSS Variables */
:root {
--color-1: #f9d59f;
--color-2: #fbaf3c;
--color-3: #f76a55;
--color-4: #a93b37;
--color-5: #5c3f8d;
}

Radiant Resilience の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d59f, #fbaf3c, #f76a55, #a93b37, #5c3f8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d59f, #fbaf3c, #f76a55, #a93b37, #5c3f8d);
}

Radiant Resilience color palette created on .