Beginner's Bliss カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Beginner's Bliss palette

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

Beginner's Bliss カラーパレット CSS

/* CSS */
.color-1 {
color: #56b0f5;
}
.color-2 {
color: #a2d84b;
}
.color-3 {
color: #f7e1a1;
}
.color-4 {
color: #f69c41;
}
.color-5 {
color: #e77e8f;
}

/* CSS Variables */
:root {
--color-1: #56b0f5;
--color-2: #a2d84b;
--color-3: #f7e1a1;
--color-4: #f69c41;
--color-5: #e77e8f;
}

Beginner's Bliss の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #56b0f5, #a2d84b, #f7e1a1, #f69c41, #e77e8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #56b0f5, #a2d84b, #f7e1a1, #f69c41, #e77e8f);
}

Beginner's Bliss color palette created on .