Molecular Radiance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Molecular Radiance palette

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

Molecular Radiance カラーパレット CSS

/* CSS */
.color-1 {
color: #3d91e6;
}
.color-2 {
color: #5dda99;
}
.color-3 {
color: #f9d55d;
}
.color-4 {
color: #f68c23;
}
.color-5 {
color: #e63746;
}

/* CSS Variables */
:root {
--color-1: #3d91e6;
--color-2: #5dda99;
--color-3: #f9d55d;
--color-4: #f68c23;
--color-5: #e63746;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d91e6, #5dda99, #f9d55d, #f68c23, #e63746);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d91e6, #5dda99, #f9d55d, #f68c23, #e63746);
}

Molecular Radiance color palette created on .