Organic Sunshine Bliss カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Organic Sunshine Bliss palette

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

Organic Sunshine Bliss カラーパレット CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #e9c00c;
}
.color-3 {
color: #d5e24b;
}
.color-4 {
color: #a7c6e7;
}
.color-5 {
color: #6f8bce;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #e9c00c;
--color-3: #d5e24b;
--color-4: #a7c6e7;
--color-5: #6f8bce;
}

Organic Sunshine Bliss の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #e9c00c, #d5e24b, #a7c6e7, #6f8bce);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #e9c00c, #d5e24b, #a7c6e7, #6f8bce);
}

Organic Sunshine Bliss color palette created on .