Sunlit Forest Adventure カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunlit Forest Adventure palette

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

Sunlit Forest Adventure カラーパレット CSS

/* CSS */
.color-1 {
color: #213f91;
}
.color-2 {
color: #ffdb0f;
}
.color-3 {
color: #175b01;
}
.color-4 {
color: #a3d55d;
}
.color-5 {
color: #ff6d1f;
}

/* CSS Variables */
:root {
--color-1: #213f91;
--color-2: #ffdb0f;
--color-3: #175b01;
--color-4: #a3d55d;
--color-5: #ff6d1f;
}

Sunlit Forest Adventure の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #213f91, #ffdb0f, #175b01, #a3d55d, #ff6d1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #213f91, #ffdb0f, #175b01, #a3d55d, #ff6d1f);
}

Sunlit Forest Adventure color palette created on .