Pretty Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pretty Blue palette

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

Pretty Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #f8c572;
}
.color-2 {
color: #f9e79f;
}
.color-3 {
color: #a4daa6;
}
.color-4 {
color: #75d7c3;
}
.color-5 {
color: #5faee3;
}

/* CSS Variables */
:root {
--color-1: #f8c572;
--color-2: #f9e79f;
--color-3: #a4daa6;
--color-4: #75d7c3;
--color-5: #5faee3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c572, #f9e79f, #a4daa6, #75d7c3, #5faee3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c572, #f9e79f, #a4daa6, #75d7c3, #5faee3);
}

Pretty Blue color palette created on .