Sunny Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunny Blue palette

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

Sunny Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #fab700;
}
.color-2 {
color: #fad400;
}
.color-3 {
color: #f8e9a0;
}
.color-4 {
color: #a2d5e6;
}
.color-5 {
color: #4b8b8b;
}

/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #fad400;
--color-3: #f8e9a0;
--color-4: #a2d5e6;
--color-5: #4b8b8b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #fad400, #f8e9a0, #a2d5e6, #4b8b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #fad400, #f8e9a0, #a2d5e6, #4b8b8b);
}

Sunny Blue color palette created on .