Sunshine and Whimsy カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunshine and Whimsy palette

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

Sunshine and Whimsy カラーパレット CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #f7c94b;
}
.color-3 {
color: #f1e1a7;
}
.color-4 {
color: #f9b09f;
}
.color-5 {
color: #e57d7b;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f7c94b;
--color-3: #f1e1a7;
--color-4: #f9b09f;
--color-5: #e57d7b;
}

Sunshine and Whimsy の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f7c94b, #f1e1a7, #f9b09f, #e57d7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f7c94b, #f1e1a7, #f9b09f, #e57d7b);
}

Sunshine and Whimsy color palette created on .