Whispers of Aroace カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Aroace palette

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

Whispers of Aroace カラーパレット CSS

/* CSS */
.color-1 {
color: #f7c7ab;
}
.color-2 {
color: #abf7da;
}
.color-3 {
color: #abd4f7;
}
.color-4 {
color: #f7abe5;
}
.color-5 {
color: #f7b79c;
}

/* CSS Variables */
:root {
--color-1: #f7c7ab;
--color-2: #abf7da;
--color-3: #abd4f7;
--color-4: #f7abe5;
--color-5: #f7b79c;
}

Whispers of Aroace の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c7ab, #abf7da, #abd4f7, #f7abe5, #f7b79c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c7ab, #abf7da, #abd4f7, #f7abe5, #f7b79c);
}

Whispers of Aroace color palette created on .