Revved Up Radiance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Revved Up Radiance palette

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

Revved Up Radiance カラーパレット CSS

/* CSS */
.color-1 {
color: #ff4d00;
}
.color-2 {
color: #ffb300;
}
.color-3 {
color: #ffc800;
}
.color-4 {
color: #ffea00;
}
.color-5 {
color: #ff5e00;
}

/* CSS Variables */
:root {
--color-1: #ff4d00;
--color-2: #ffb300;
--color-3: #ffc800;
--color-4: #ffea00;
--color-5: #ff5e00;
}

Revved Up Radiance の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d00, #ffb300, #ffc800, #ffea00, #ff5e00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d00, #ffb300, #ffc800, #ffea00, #ff5e00);
}

Revved Up Radiance color palette created on .