Sweet Orchard Bliss カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Sweet Orchard Bliss palette
Sweet Orchard Bliss カラーパレット CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb9b3;
}
.color-3 {
color: #ffdeb3;
}
.color-4 {
color: #b7ebc0;
}
.color-5 {
color: #a3d7e6;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb9b3;
--color-3: #ffdeb3;
--color-4: #b7ebc0;
--color-5: #a3d7e6;
}
Sweet Orchard Bliss の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb9b3, #ffdeb3, #b7ebc0, #a3d7e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb9b3, #ffdeb3, #b7ebc0, #a3d7e6);
}
似たようなカラーパレット
Sweet Orchard Bliss color palette created on .