Whimsical Reflections カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whimsical Reflections palette

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

Whimsical Reflections カラーパレット CSS

/* CSS */
.color-1 {
color: #99000d;
}
.color-2 {
color: #8a0015;
}
.color-3 {
color: #800000;
}
.color-4 {
color: #0a0033;
}
.color-5 {
color: #00035c;
}

/* CSS Variables */
:root {
--color-1: #99000d;
--color-2: #8a0015;
--color-3: #800000;
--color-4: #0a0033;
--color-5: #00035c;
}

Whimsical Reflections の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #99000d, #8a0015, #800000, #0a0033, #00035c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #99000d, #8a0015, #800000, #0a0033, #00035c);
}

Whimsical Reflections color palette created on .