Bikini Bottom Sunshine カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Bikini Bottom Sunshine palette

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

Bikini Bottom Sunshine カラーパレット CSS

/* CSS */
.color-1 {
color: #f9e31f;
}
.color-2 {
color: #f6d82c;
}
.color-3 {
color: #f3c03f;
}
.color-4 {
color: #f1a94b;
}
.color-5 {
color: #ebb14c;
}

/* CSS Variables */
:root {
--color-1: #f9e31f;
--color-2: #f6d82c;
--color-3: #f3c03f;
--color-4: #f1a94b;
--color-5: #ebb14c;
}

Bikini Bottom Sunshine の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e31f, #f6d82c, #f3c03f, #f1a94b, #ebb14c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e31f, #f6d82c, #f3c03f, #f1a94b, #ebb14c);
}

Bikini Bottom Sunshine color palette created on .