Ronan's Radiance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ronan's Radiance palette

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

Ronan's Radiance カラーパレット CSS

/* CSS */
.color-1 {
color: #f9b1ae;
}
.color-2 {
color: #fbaf8e;
}
.color-3 {
color: #f6d46f;
}
.color-4 {
color: #e9e5b9;
}
.color-5 {
color: #a0d5e9;
}

/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #fbaf8e;
--color-3: #f6d46f;
--color-4: #e9e5b9;
--color-5: #a0d5e9;
}

Ronan's Radiance の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #fbaf8e, #f6d46f, #e9e5b9, #a0d5e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #fbaf8e, #f6d46f, #e9e5b9, #a0d5e9);
}

Ronan's Radiance color palette created on .