Radioactive カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Radioactive palette

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

Radioactive カラー パレット PNG 画像

Download radioactive color palette PNG image (landscape)
Download radioactive color palette PNG image (square)

Radioactive カラーパレット CSS

/* CSS */
.color-1 {
color: #00ff37;
}
.color-2 {
color: #2eff69;
}
.color-3 {
color: #6bff9f;
}
.color-4 {
color: #a8ffc2;
}
.color-5 {
color: #d6ffec;
}

/* CSS Variables */
:root {
--color-1: #00ff37;
--color-2: #2eff69;
--color-3: #6bff9f;
--color-4: #a8ffc2;
--color-5: #d6ffec;
}

Radioactive の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00ff37, #2eff69, #6bff9f, #a8ffc2, #d6ffec);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00ff37, #2eff69, #6bff9f, #a8ffc2, #d6ffec);
}

Radioactive color palette created on .