Colorful Agana カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Colorful Agana palette

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

Colorful Agana カラーパレット CSS

/* CSS */
.color-1 {
color: #f8cb4f;
}
.color-2 {
color: #ff7142;
}
.color-3 {
color: #f25a94;
}
.color-4 {
color: #7e5ec5;
}
.color-5 {
color: #3c7e9f;
}

/* CSS Variables */
:root {
--color-1: #f8cb4f;
--color-2: #ff7142;
--color-3: #f25a94;
--color-4: #7e5ec5;
--color-5: #3c7e9f;
}

Colorful Agana の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8cb4f, #ff7142, #f25a94, #7e5ec5, #3c7e9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8cb4f, #ff7142, #f25a94, #7e5ec5, #3c7e9f);
}

Colorful Agana color palette created on .