Sunny Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunny Blue palette

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

Sunny Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #faaa29;
}
.color-2 {
color: #f3ca4f;
}
.color-3 {
color: #e5e2a4;
}
.color-4 {
color: #8bc8e5;
}
.color-5 {
color: #4a9eb5;
}

/* CSS Variables */
:root {
--color-1: #faaa29;
--color-2: #f3ca4f;
--color-3: #e5e2a4;
--color-4: #8bc8e5;
--color-5: #4a9eb5;
}

Sunny Blue の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faaa29, #f3ca4f, #e5e2a4, #8bc8e5, #4a9eb5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faaa29, #f3ca4f, #e5e2a4, #8bc8e5, #4a9eb5);
}

Sunny Blue color palette created on .